nodejs-current: Update disabled package
[termux-packages] / disabled-packages / nodejs-current / node.gyp.patch
CommitLineData
2e97faec
FF
1diff -u -r ../node-v7.6.0/node.gyp ./node.gyp
2--- ../node-v7.6.0/node.gyp 2017-02-21 23:53:43.000000000 +0100
3+++ ./node.gyp 2017-02-24 22:34:31.607945917 +0100
4@@ -874,82 +874,6 @@
a61e7e45
FF
5 ],
6 } ],
7 ]
8- },
9- {
10- 'target_name': 'cctest',
11- 'type': 'executable',
12- 'dependencies': [ 'deps/gtest/gtest.gyp:gtest' ],
13- 'include_dirs': [
14- 'src',
15- 'deps/v8/include',
16- '<(SHARED_INTERMEDIATE_DIR)'
17- ],
18- 'defines': [
19- # gtest's ASSERT macros conflict with our own.
20- 'GTEST_DONT_DEFINE_ASSERT_EQ=1',
21- 'GTEST_DONT_DEFINE_ASSERT_GE=1',
22- 'GTEST_DONT_DEFINE_ASSERT_GT=1',
23- 'GTEST_DONT_DEFINE_ASSERT_LE=1',
24- 'GTEST_DONT_DEFINE_ASSERT_LT=1',
25- 'GTEST_DONT_DEFINE_ASSERT_NE=1',
26- 'NODE_WANT_INTERNALS=1',
27- ],
28- 'sources': [
29- 'test/cctest/util.cc',
30- ],
31-
32- 'conditions': [
33- ['v8_inspector=="true"', {
34- 'defines': [
35- 'HAVE_INSPECTOR=1',
36- ],
37- 'dependencies': [
a61e7e45
FF
38- 'v8_inspector_compress_protocol_json#host'
39- ],
40- 'include_dirs': [
41- '<(SHARED_INTERMEDIATE_DIR)'
42- ],
43- 'sources': [
44- 'src/inspector_socket.cc',
45- 'src/inspector_socket_server.cc',
46- 'test/cctest/test_inspector_socket.cc',
47- 'test/cctest/test_inspector_socket_server.cc'
48- ],
49- 'conditions': [
2e97faec
FF
50- [ 'node_shared_zlib=="false"', {
51- 'dependencies': [
52- 'deps/zlib/zlib.gyp:zlib',
53- ]
54- }],
a61e7e45
FF
55- [ 'node_shared_openssl=="false"', {
56- 'dependencies': [
57- 'deps/openssl/openssl.gyp:openssl'
58- ]
59- }],
60- [ 'node_shared_http_parser=="false"', {
61- 'dependencies': [
62- 'deps/http_parser/http_parser.gyp:http_parser'
63- ]
64- }],
65- [ 'node_shared_libuv=="false"', {
66- 'dependencies': [
67- 'deps/uv/uv.gyp:libuv'
68- ]
69- }]
70- ]
71- }],
72- [ 'node_use_v8_platform=="true"', {
73- 'dependencies': [
74- 'deps/v8/src/v8.gyp:v8_libplatform',
75- ],
76- }],
77- [ 'node_use_bundled_v8=="true"', {
78- 'dependencies': [
79- 'deps/v8/src/v8.gyp:v8',
80- 'deps/v8/src/v8.gyp:v8_libplatform'
81- ],
82- }],
83- ]
84 }
85 ], # end targets
86