pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/nodejs nodejs: unbreak previous for nodejs6 & nod...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea8706793971
branches: trunk
changeset: 313338:ea8706793971
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Sep 27 19:27:57 2018 +0000
description:
nodejs: unbreak previous for nodejs6 & nodejs8, add comments
diffstat:
lang/nodejs/Makefile.common | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 5db9de7e1b81 -r ea8706793971 lang/nodejs/Makefile.common
--- a/lang/nodejs/Makefile.common Thu Sep 27 19:23:09 2018 +0000
+++ b/lang/nodejs/Makefile.common Thu Sep 27 19:27:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2018/09/27 19:15:59 tnn Exp $
+# $NetBSD: Makefile.common,v 1.23 2018/09/27 19:27:57 tnn Exp $
# used by lang/nodejs/Makefile
# used by lang/nodejs6/Makefile
# used by lang/nodejs8/Makefile
@@ -50,7 +50,12 @@
.if defined(TOOLS_PLATFORM.paxctl)
SUBST_CLASSES+= mksnapshot
SUBST_STAGE.mksnapshot= post-configure
-SUBST_FILES.mksnapshot= out/deps/v8/gypfiles/mksnapshot.target.mk
+# nodejs6
+SUBST_FILES.mksnapshot= out/deps/v8/tools/gyp/mksnapshot.target.mk
+# nodejs8
+SUBST_FILES.mksnapshot+= out/deps/v8/src/mksnapshot.target.mk
+# nodejs10+
+SUBST_FILES.mksnapshot+= out/deps/v8/gypfiles/mksnapshot.target.mk
SUBST_SED.mksnapshot+= -e 's|call do_cmd,link)|call do_cmd,link)\${.newline} ${TOOLS_PLATFORM.paxctl} +m $$@|'
.endif
Home |
Main Index |
Thread Index |
Old Index