[packages/w3m] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:05:18 CEST 2025
commit 1e2f79ddaf18ca66a1aa65a5e8fab36a34f28833
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:40 2025 +0200
Fix applying patches.
w3m.spec | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/w3m.spec b/w3m.spec
index bc73cfd..e11659c 100644
--- a/w3m.spec
+++ b/w3m.spec
@@ -95,18 +95,18 @@ na linuksowym framebufferze.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
+%patch -P9 -p1
+%patch -P10 -p1
+%patch -P11 -p1
%{__sed} '/^AC_PROG_CXX$/d' -i configure.ac
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/w3m.git/commitdiff/1e2f79ddaf18ca66a1aa65a5e8fab36a34f28833
More information about the pld-cvs-commit
mailing list