chiark / gitweb /
nodejs: fix hardcoded paths
[termux-packages] / packages / nodejs / deps-v8-src-flag-definitions.h.patch
1 --- ../node-v6.0.0/deps/v8/src/flag-definitions.h       2016-04-26 15:50:11.000000000 -0400
2 +++ ./deps/v8/src/flag-definitions.h    2016-05-02 16:46:31.289030161 -0400
3 @@ -172,7 +172,10 @@
4  //
5  #define FLAG FLAG_FULL
6  
7 -DEFINE_BOOL(warn_template_set, true,
8 +/* Termux modification: Do not enable this warning per default
9 +   as it will only confuse users needlessly. The root causes
10 +   of this warning will get fixed anyway soon in npm packages. */
11 +DEFINE_BOOL(warn_template_set, false,
12              "warn on deprecated v8::Template::Set() use")
13  
14  DEFINE_BOOL(experimental_extras, false,