[packages/gmerlin] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:49:27 CEST 2025
commit cdc830a1e7b4ff52f902d715ebd801715460dea6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:49:11 2025 +0200
Fix applying patches.
gmerlin.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gmerlin.spec b/gmerlin.spec
index 8846f24..05fb5ad 100644
--- a/gmerlin.spec
+++ b/gmerlin.spec
@@ -137,12 +137,12 @@ Dokumentacja API bibliotek gmerlin.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
# evil, sets CFLAGS basing on /proc/cpuinfo, overrides our optflags
# (--with-cpuflags=none disables using /proc/cpuinfo, but not overriding)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gmerlin.git/commitdiff/cdc830a1e7b4ff52f902d715ebd801715460dea6
More information about the pld-cvs-commit
mailing list