summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-22 20:28:13 +0000
committerrillig <rillig@pkgsrc.org>2020-03-22 20:28:13 +0000
commitd3f731f03817dd206ea51b6258c4e0192d147bee (patch)
tree0b4c528dc7935cf0e70bc32b5461d16b2b90e22b /lang
parent26824f0ce939b83ee64907b68aa7d18b6d9dd92d (diff)
downloadpkgsrc-d3f731f03817dd206ea51b6258c4e0192d147bee.tar.gz
lang/nodejs: allow no-op SUBST
Diffstat (limited to 'lang')
-rw-r--r--lang/nodejs/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/nodejs/Makefile.common b/lang/nodejs/Makefile.common
index 95b4f5a26b5..30cd0d4a257 100644
--- a/lang/nodejs/Makefile.common
+++ b/lang/nodejs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2020/03/11 09:22:49 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.34 2020/03/22 20:28:13 rillig Exp $
# used by lang/nodejs/Makefile
# used by lang/nodejs8/Makefile
# used by lang/nodejs10/Makefile
@@ -65,6 +65,7 @@ SUBST_FILES.mktools+= out/tools/v8_gypfiles/mksnapshot.target.mk
# nodejs13
SUBST_FILES.mktools+= out/node_mksnapshot.target.mk
SUBST_SED.mktools+= -e 's|call do_cmd,link)|call do_cmd,link)\${.newline} ${TOOLS_PLATFORM.paxctl} +m $$@|'
+SUBST_NOOP_OK.mktools= yes # because of the different affected files
.endif
CFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64