[packages/gnet] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:50:47 CEST 2025
commit e34fcd6d85efcffecdebb593a3198e85921e7d9b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:50:31 2025 +0200
Fix applying patches.
gnet.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnet.spec b/gnet.spec
index bb67cbb..53a0bd9 100644
--- a/gnet.spec
+++ b/gnet.spec
@@ -75,9 +75,9 @@ Biblioteka statyczna Gnet.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# don't BR glib-devel
echo -e 'AC_DEFUN([AM_PATH_GLIB], [$3\n:])' >> acinclude.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnet.git/commitdiff/e34fcd6d85efcffecdebb593a3198e85921e7d9b
More information about the pld-cvs-commit
mailing list