[packages/pnet] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:17:54 CEST 2025
commit 289d6f06b53d9ee2f8ace0754456e4e1f735b261
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:17:38 2025 +0200
Fix applying patches.
pnet.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/pnet.spec b/pnet.spec
index 90e23fa..a7d885c 100644
--- a/pnet.spec
+++ b/pnet.spec
@@ -296,18 +296,18 @@ Header de desenvolviemnto da Portable .NET.
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
# pnet uses gc incompatible with system lib and links statically to it
#%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%ifarch %{ix86}
-%patch6 -p1
+%patch -P6 -p1
%endif
-%patch7 -p1
-%patch8 -p1
+%patch -P7 -p1
+%patch -P8 -p1
%{__rm} ilasm/ilasm_grammar.c
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pnet.git/commitdiff/289d6f06b53d9ee2f8ace0754456e4e1f735b261
More information about the pld-cvs-commit
mailing list