[packages/compat-gcc-34] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:02:50 CEST 2025
commit b84b91e732f3400712dee2a28cd569e91a080176
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:02:34 2025 +0200
Fix applying patches.
compat-gcc-34.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/compat-gcc-34.spec b/compat-gcc-34.spec
index 86215dc..621d75d 100644
--- a/compat-gcc-34.spec
+++ b/compat-gcc-34.spec
@@ -76,12 +76,12 @@ dużej ilości obecnych specyfikacji C++.
%prep
%setup -q -n gcc-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p0
-%patch4 -p0
-%patch5 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p0
+%patch -P4 -p0
+%patch -P5 -p0
# because we distribute modified version of gcc...
perl -pi -e 's/(version.*)";/$1 (PLD Linux)";/' gcc/version.c
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/compat-gcc-34.git/commitdiff/b84b91e732f3400712dee2a28cd569e91a080176
More information about the pld-cvs-commit
mailing list