* Update http-parser to v2.7.1 * Update nodejs to v6.9.5 * Add npm as its own package at v4.3.0 * Tidy nodejs and npm PKGBUILDS
29 lines
827 B
Diff
29 lines
827 B
Diff
From a7bf443b0df4b478c41a0a7ad956c44adebac1ab Mon Sep 17 00:00:00 2001
|
|
From: Alethea Rose <alethea@alethearose.com>
|
|
Date: Tue, 14 Feb 2017 21:43:31 -0500
|
|
Subject: [PATCH 2/8] Fix system-icu build
|
|
|
|
---
|
|
deps/v8/tools/gyp/v8.gyp | 5 -----
|
|
1 file changed, 5 deletions(-)
|
|
|
|
diff --git a/deps/v8/tools/gyp/v8.gyp b/deps/v8/tools/gyp/v8.gyp
|
|
index e1ba0b1..8323075 100644
|
|
--- a/deps/v8/tools/gyp/v8.gyp
|
|
+++ b/deps/v8/tools/gyp/v8.gyp
|
|
@@ -1637,11 +1637,6 @@
|
|
'../../src/i18n.h',
|
|
],
|
|
}],
|
|
- ['OS=="win" and v8_enable_i18n_support==1', {
|
|
- 'dependencies': [
|
|
- '<(icu_gyp_path):icudata',
|
|
- ],
|
|
- }],
|
|
['icu_use_data_file_flag==1', {
|
|
'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE'],
|
|
}, { # else icu_use_data_file_flag !=1
|
|
--
|
|
2.11.0
|
|
|