[packages/freewrl] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:36:19 CEST 2025
commit 762a7fc60e798a2b12c32d69ac4ef84c797fef31
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:36:03 2025 +0200
Fix applying patches.
freewrl.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/freewrl.spec b/freewrl.spec
index ee76a0a..a45cf07 100644
--- a/freewrl.spec
+++ b/freewrl.spec
@@ -69,10 +69,10 @@ Wtyczka VRML i X3D dla przeglądarki WW.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
# avoid using included js
rm -rf JS
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/freewrl.git/commitdiff/762a7fc60e798a2b12c32d69ac4ef84c797fef31
More information about the pld-cvs-commit
mailing list