summaryrefslogtreecommitdiff
path: root/pkgs/development/web/nodejs/disable-darwin-v8-system-instrumentation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/web/nodejs/disable-darwin-v8-system-instrumentation.patch')
-rw-r--r--pkgs/development/web/nodejs/disable-darwin-v8-system-instrumentation.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/development/web/nodejs/disable-darwin-v8-system-instrumentation.patch b/pkgs/development/web/nodejs/disable-darwin-v8-system-instrumentation.patch
deleted file mode 100644
index 63e9107b33d0..000000000000
--- a/pkgs/development/web/nodejs/disable-darwin-v8-system-instrumentation.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Disable v8 system instrumentation on Darwin
-
-On Darwin, the v8 system instrumentation requires the header "os/signpost.h"
-which is available since apple_sdk 11+. See: https://github.com/nodejs/node/issues/39584
-
---- old/tools/v8_gypfiles/features.gypi
-+++ new/tools/v8_gypfiles/features.gypi
-@@ -62,7 +62,7 @@
- }, {
- 'is_component_build': 0,
- }],
-- ['OS == "win" or OS == "mac"', {
-+ ['OS == "win"', {
- # Sets -DSYSTEM_INSTRUMENTATION. Enables OS-dependent event tracing
- 'v8_enable_system_instrumentation': 1,
- }, {