[packages/amaya] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:33:01 CEST 2025
commit 9abd8112d3f7c6c52a9afaa48368929014566f89
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:32:46 2025 +0200
Fix applying patches.
amaya.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/amaya.spec b/amaya.spec
index 9cdeb09..da62378 100644
--- a/amaya.spec
+++ b/amaya.spec
@@ -48,8 +48,8 @@ interfejsem użytkownicy nie muszą wiedzieć co to jest HTML czy CSS.
install -d sys-libs
mv Mesa freetype libwww redland wxWidgets sys-libs
cd Amaya
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# AC_SUBST_FILE doesn't work with CR+LF
#dos2unix amaya/Makefile.in
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/amaya.git/commitdiff/9abd8112d3f7c6c52a9afaa48368929014566f89
More information about the pld-cvs-commit
mailing list