[packages/libf2c] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:48:16 CEST 2025
commit da18cc5460cad53e97df750a196cdb6549bc2212
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:48:00 2025 +0200
Fix applying patches.
libf2c.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libf2c.spec b/libf2c.spec
index 08682c7..ef75dcb 100644
--- a/libf2c.spec
+++ b/libf2c.spec
@@ -49,10 +49,10 @@ Statyczna biblioteka f2c.
%prep
%setup -q -c
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__make} -f makefile.u \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libf2c.git/commitdiff/da18cc5460cad53e97df750a196cdb6549bc2212
More information about the pld-cvs-commit
mailing list