[packages/mercury] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:17:49 CEST 2025
commit 6c7b9d1b7ce8dbae287b2a1913ad2e915ec0702a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:17:33 2025 +0200
Fix applying patches.
mercury.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mercury.spec b/mercury.spec
index 5081e3d..efd92f2 100644
--- a/mercury.spec
+++ b/mercury.spec
@@ -51,9 +51,9 @@ Nie zawiera zestawu "extras", który jest dostępny z
%prep
%setup -q -n %{name}-compiler-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__perl} -pi -e 's/OPT_OPTS="-O2.*"/OPT_OPTS="%{rpmcflags}%{!?debug: -fomit-frame-pointer}"/' scripts/mgnuc.in
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mercury.git/commitdiff/6c7b9d1b7ce8dbae287b2a1913ad2e915ec0702a
More information about the pld-cvs-commit
mailing list