chiark / gitweb /
imagemagick: Update to latest patch
[termux-packages] / packages / nodejs / node.gyp.patch
1 diff -u -r ../node-v6.3.0/node.gyp ./node.gyp
2 --- ../node-v6.3.0/node.gyp     2016-07-06 13:14:10.000000000 -0400
3 +++ ./node.gyp  2016-07-15 09:30:10.150224361 -0400
4 @@ -805,54 +805,7 @@
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 -      ],
17 -      'defines': [
18 -        # gtest's ASSERT macros conflict with our own.
19 -        'GTEST_DONT_DEFINE_ASSERT_EQ=1',
20 -        'GTEST_DONT_DEFINE_ASSERT_GE=1',
21 -        'GTEST_DONT_DEFINE_ASSERT_GT=1',
22 -        'GTEST_DONT_DEFINE_ASSERT_LE=1',
23 -        'GTEST_DONT_DEFINE_ASSERT_LT=1',
24 -        'GTEST_DONT_DEFINE_ASSERT_NE=1',
25 -        'NODE_WANT_INTERNALS=1',
26 -      ],
27 -      'sources': [
28 -        'test/cctest/util.cc',
29 -      ],
30 -
31 -      'conditions': [
32 -        ['v8_inspector=="true"', {
33 -          'dependencies': [
34 -            'deps/openssl/openssl.gyp:openssl',
35 -            'deps/http_parser/http_parser.gyp:http_parser',
36 -            'deps/uv/uv.gyp:libuv'
37 -          ],
38 -          'sources': [
39 -            'src/inspector_socket.cc',
40 -            'test/cctest/test_inspector_socket.cc'
41 -          ]
42 -        }],
43 -        [ 'node_use_v8_platform=="true"', {
44 -          'dependencies': [
45 -            'deps/v8/tools/gyp/v8.gyp:v8_libplatform',
46 -          ],
47 -        }],
48 -        [ 'node_use_bundled_v8=="true"', {
49 -          'dependencies': [
50 -            'deps/v8/tools/gyp/v8.gyp:v8',
51 -            'deps/v8/tools/gyp/v8.gyp:v8_libplatform'
52 -          ],
53 -        }],
54 -      ]
55      }
56    ], # end targets
57  
58    'conditions': [