26 lines
746 B
Diff
26 lines
746 B
Diff
Index: lang/libv8/Makefile
|
|
===================================================================
|
|
RCS file: /home/cvs/ports/lang/libv8/Makefile,v
|
|
retrieving revision 1.23
|
|
diff -u -p -u -p -r1.23 Makefile
|
|
--- lang/libv8/Makefile 9 Jun 2021 19:50:08 -0000 1.23
|
|
+++ lang/libv8/Makefile 31 Dec 2021 15:04:53 -0000
|
|
@@ -12,7 +12,7 @@ COMMENT= V8 JavaScript for clients and s
|
|
|
|
V8_VERSION= 3.16.14.11
|
|
EPOCH= 0
|
|
-REVISION= 3
|
|
+REVISION= 4
|
|
V8_ARCH= ${MACHINE_ARCH:S/amd64/x64/:S/i386/ia32/}
|
|
V8_RELEASE= release
|
|
|
|
@@ -48,7 +48,7 @@ SUBST_VARS+= WRKDIR
|
|
SUBST_VARS+= V8_ARCH
|
|
|
|
MAKE_FLAGS+= library=shared ARCHES=${V8_ARCH} MODES=${V8_RELEASE} \
|
|
- DEFAULT_ARCHES=${V8_ARCH}
|
|
+ DEFAULT_ARCHES=${V8_ARCH} snapshot=off
|
|
|
|
MAKE_ENV+= V=1 \
|
|
CXX="${CXX}" \
|