[packages/p2c] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:49:32 CEST 2025


commit ffb44f9fdd8be9e7f857ba13b7d07395afcdb342
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:49:16 2025 +0200

    Fix applying patches.

 p2c.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/p2c.spec b/p2c.spec
index 309ad6e..25a83f4 100644
--- a/p2c.spec
+++ b/p2c.spec
@@ -183,8 +183,8 @@ dildir. Aslında o işe yaradığı bile söylenemez. :-)
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 install -d src/shlib include
 ln -sf ../src include/p2c
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/p2c.git/commitdiff/ffb44f9fdd8be9e7f857ba13b7d07395afcdb342



More information about the pld-cvs-commit mailing list