aboutsummaryrefslogtreecommitdiffstats
path: root/main/nodejs/dont-run-gyp-files-for-bundled-deps.patch
diff options
context:
space:
mode:
authorTim Brust <tim.brust@sinnerschrader.com>2019-10-28 11:49:12 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-10-29 12:14:13 +0000
commit83248509e435971957582bb985fac43e791abad5 (patch)
treed86e86992443028b8c72270c17bde17209081cb9 /main/nodejs/dont-run-gyp-files-for-bundled-deps.patch
parentb9ac5cf5974b6b00c847e89e9a66db76c1b25db8 (diff)
downloadaports-83248509e435971957582bb985fac43e791abad5.tar.bz2
aports-83248509e435971957582bb985fac43e791abad5.tar.xz
main/nodejs: upgrade to 12.13.0
Diffstat (limited to 'main/nodejs/dont-run-gyp-files-for-bundled-deps.patch')
-rw-r--r--main/nodejs/dont-run-gyp-files-for-bundled-deps.patch15
1 files changed, 7 insertions, 8 deletions
diff --git a/main/nodejs/dont-run-gyp-files-for-bundled-deps.patch b/main/nodejs/dont-run-gyp-files-for-bundled-deps.patch
index ace84fbdef..db2ab01c66 100644
--- a/main/nodejs/dont-run-gyp-files-for-bundled-deps.patch
+++ b/main/nodejs/dont-run-gyp-files-for-bundled-deps.patch
@@ -9,13 +9,12 @@ Node.js 7.2.0
--- a/Makefile
+++ b/Makefile
-@@ -123,8 +123,7 @@
- test-code-cache: with-code-cache
- $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) code-cache
+@@ -141,7 +141,7 @@
+ echo "'test-code-cache' target is a noop"
--out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp \
-- deps/zlib/zlib.gyp deps/v8/gypfiles/toolchain.gypi \
-+out/Makefile: common.gypi deps/v8/gypfiles/toolchain.gypi \
- deps/v8/gypfiles/features.gypi deps/v8/gypfiles/v8.gyp node.gyp \
- config.gypi
+ out/Makefile: config.gypi common.gypi node.gyp \
+- deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp \
++ deps/http_parser/http_parser.gyp \
+ tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
+ tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
$(PYTHON) tools/gyp_node.py -f make