nodejs: Update from 6.11.3 to 6.11.4
[termux-packages] / packages / nodejs / deps-uv-uv.gyp.patch
CommitLineData
1cc4027f
FF
1Patch to prepend include_dirs to avoid clashing with the
2Termux system libuv which may be of a different version.
3
4diff -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': [