[packages/libofx] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:56:18 CEST 2025
commit b6fb1204929f32df6aa799b3a1aea973d5e727a6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:56:02 2025 +0200
Fix applying patches.
libofx.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libofx.spec b/libofx.spec
index dc428bd..b663c96 100644
--- a/libofx.spec
+++ b/libofx.spec
@@ -70,9 +70,9 @@ Statyczna biblioteka LibOFX.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__rm} lib/tree.hh
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libofx.git/commitdiff/b6fb1204929f32df6aa799b3a1aea973d5e727a6
More information about the pld-cvs-commit
mailing list