[packages/pathfinder] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:52:24 CEST 2025
commit 27e89718b0cb74fdf2dd40438f36dc0e0de1f805
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:52:09 2025 +0200
Fix applying patches.
pathfinder.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/pathfinder.spec b/pathfinder.spec
index 295ce1c..848e67c 100644
--- a/pathfinder.spec
+++ b/pathfinder.spec
@@ -177,13 +177,13 @@ Statyczna biblioteka wtyczki PathFinder dla OpenSSL.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
%build
# out-of-tree build is broken (missing -I$builddir)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pathfinder.git/commitdiff/27e89718b0cb74fdf2dd40438f36dc0e0de1f805
More information about the pld-cvs-commit
mailing list