[packages/gmrun] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:50:24 CEST 2025
commit 572a46dcc183508b5dd6b8f1e844848e33f5b61d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:50:08 2025 +0200
Fix applying patches.
gmrun.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gmrun.spec b/gmrun.spec
index 36b5e86..b249577 100644
--- a/gmrun.spec
+++ b/gmrun.spec
@@ -33,8 +33,8 @@ CTRL-Enter. Odnośniki URL.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# Disable check for STLport due to bug: http://bugs.gentoo.org/164339
%{__sed} -i -e 's,^AC_PATH_STLPORT,dnl REMOVED ,g' configure.in
%{__sed} -i -e 's, at STLPORT_[A-Z]\+@,,g' src/Makefile.am
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gmrun.git/commitdiff/572a46dcc183508b5dd6b8f1e844848e33f5b61d
More information about the pld-cvs-commit
mailing list