[packages/gcc3.4] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:40:06 CEST 2025
commit b153f54f399bc1af65b48bc9da6dc0212c02ff87
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:39:50 2025 +0200
Fix applying patches.
gcc3.4.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/gcc3.4.spec b/gcc3.4.spec
index 77b3c12..91918e7 100644
--- a/gcc3.4.spec
+++ b/gcc3.4.spec
@@ -629,21 +629,21 @@ Adzie.
%prep
%setup -q -n gcc-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{!?debug:%patch3 -p1}
%{?with_ssp:%patch4 -p1}
-%patch5 -p1
-%patch6 -p0
-%patch7 -p1
-%patch8 -p0
-%patch9 -p0
+%patch -P5 -p1
+%patch -P6 -p0
+%patch -P7 -p1
+%patch -P8 -p0
+%patch -P9 -p0
%ifarch alpha ia64
# needed for bootstrap using gcc 3.3.x on alpha
# and even using the same 3.4.x(!) (but not Debian's 3.3.x) on ia64
-%patch20 -p2
+%patch -P20 -p2
%endif
# because we distribute modified version of gcc...
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gcc3.4.git/commitdiff/b153f54f399bc1af65b48bc9da6dc0212c02ff87
More information about the pld-cvs-commit
mailing list