[packages/ClanLib] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:00:08 CEST 2025
commit 0282a671e10d9eac493785ef9ca32f2ea50f0f77
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:59:51 2025 +0200
Fix applying patches.
ClanLib.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ClanLib.spec b/ClanLib.spec
index e9004b2..5939913 100644
--- a/ClanLib.spec
+++ b/ClanLib.spec
@@ -209,9 +209,9 @@ Dokumentacja programisty do biblioteki ClanLib.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__rm} -r autom4te.cache
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ClanLib.git/commitdiff/0282a671e10d9eac493785ef9ca32f2ea50f0f77
More information about the pld-cvs-commit
mailing list