[packages/uae] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:24:20 CEST 2025


commit d7ea35750ca337efc363e739f00cafd4aab6d5e2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:24:04 2025 +0200

    Fix applying patches.

 uae.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/uae.spec b/uae.spec
index c36fa61..c8d9117 100644
--- a/uae.spec
+++ b/uae.spec
@@ -50,13 +50,13 @@ ale powinien się kompilować na większości platformach uniksowych.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p0
 
 sed -e 's/build68kc/build68k/' -i src/Makefile.in
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/uae.git/commitdiff/d7ea35750ca337efc363e739f00cafd4aab6d5e2



More information about the pld-cvs-commit mailing list