chiark / gitweb /
libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / nodejs-current / deps-uv-uv.gyp.patch
1 diff -u -r ../node-v9.7.1/deps/uv/uv.gyp ./deps/uv/uv.gyp
2 --- ../node-v9.7.1/deps/uv/uv.gyp       2018-03-02 01:58:02.000000000 +0000
3 +++ ./deps/uv/uv.gyp    2018-03-05 10:51:15.530165566 +0000
4 @@ -39,7 +39,7 @@
5      {
6        'target_name': 'libuv',
7        'type': '<(uv_library)',
8 -      'include_dirs': [
9 +      'include_dirs+': [
10          'include',
11          'src/',
12        ],
13 @@ -54,7 +54,7 @@
14            '<@(shared_unix_defines)',
15            '<@(shared_zos_defines)',
16          ],
17 -        'include_dirs': [ 'include' ],
18 +        'include_dirs+': [ 'include' ],
19          'conditions': [
20            ['OS == "linux"', {
21              'defines': [ '_POSIX_C_SOURCE=200112' ],