[packages/kvirc] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:39:00 CEST 2025
commit ec6f559a62521fe3dabb881df87415015931c938
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:38:44 2025 +0200
Fix applying patches.
kvirc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kvirc.spec b/kvirc.spec
index 8f0a9c6..4879713 100644
--- a/kvirc.spec
+++ b/kvirc.spec
@@ -81,8 +81,8 @@ Pliki nagłówkowe biblioteki KVirc.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# kill libtool.m4 and co. in acinclude.m4
# head -n 2012 acinclude.m4 > acinclude.m4.tmp
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kvirc.git/commitdiff/ec6f559a62521fe3dabb881df87415015931c938
More information about the pld-cvs-commit
mailing list