[packages/v8] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:28:07 CEST 2025
commit e8afcc16a330bab9260f26aa6715d7a04c01a01e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:27:51 2025 +0200
Fix applying patches.
v8.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/v8.spec b/v8.spec
index b3a1b39..f1a72fd 100644
--- a/v8.spec
+++ b/v8.spec
@@ -82,10 +82,10 @@ Pliki nagłówkowe silnika JavaScriptu V8.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P3 -p1
+%patch -P4 -p1
install -d build/gyp
ln -s %{_bindir}/gyp build/gyp/gyp
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/v8.git/commitdiff/e8afcc16a330bab9260f26aa6715d7a04c01a01e
More information about the pld-cvs-commit
mailing list