[packages/DevIL] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:13:05 CEST 2025
commit d4f847efea40a770f0b0ae7985530355890f9b43
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:12:49 2025 +0200
Fix applying patches.
DevIL.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/DevIL.spec b/DevIL.spec
index bc88369..7e547fa 100644
--- a/DevIL.spec
+++ b/DevIL.spec
@@ -132,10 +132,10 @@ Dokumentacja DevIL.
%prep
%setup -q -n DevIL
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
# although there is configure.ac, but it misses some auxiliary files (m4/*)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/DevIL.git/commitdiff/d4f847efea40a770f0b0ae7985530355890f9b43
More information about the pld-cvs-commit
mailing list