[packages/SDL] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:54:47 CEST 2025
commit 6bfca49c033c2345d86d99686aa9baf3b2eb2b0b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:54:31 2025 +0200
Fix applying patches.
SDL.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/SDL.spec b/SDL.spec
index a2a2f14..5679b47 100644
--- a/SDL.spec
+++ b/SDL.spec
@@ -170,11 +170,11 @@ SDL - przykładowe programy.
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
%{?with_new_gamma_ramp:%patch1 -p1}
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
: > acinclude.m4
%{!?with_alsa:echo 'AC_DEFUN([AM_PATH_ALSA],[$3])' >> acinclude.m4}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/SDL.git/commitdiff/6bfca49c033c2345d86d99686aa9baf3b2eb2b0b
More information about the pld-cvs-commit
mailing list