Update from NDK version used from r15b to r15c
[termux-packages] / packages / nodejs / deps-uv-uv.gyp.patch
1 Patch to prepend include_dirs to avoid clashing with the
2 Termux system libuv which may be of a different version.
3
4 diff -u -r ../node-v6.11.0/deps/uv/uv.gyp ./deps/uv/uv.gyp
5 --- ../node-v6.11.0/deps/uv/uv.gyp 2017-06-06 21:24:24.000000000 +0200
6 +++ ./deps/uv/uv.gyp 2017-06-06 23:02:53.780158175 +0200
7 @@ -45,12 +45,12 @@
8 {
9 'target_name': 'libuv',
10 'type': '<(uv_library)',
11 - 'include_dirs': [
12 + 'include_dirs+': [
13 'include',
14 'src/',
15 ],
16 'direct_dependent_settings': {
17 - 'include_dirs': [ 'include' ],
18 + 'include_dirs+': [ 'include' ],
19 'conditions': [
20 ['OS != "win"', {
21 'defines': [