aboutsummaryrefslogtreecommitdiffstats
path: root/community/nodejs-current/link-with-libatomic-on-mips32.patch
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2020-04-29 23:42:26 +0300
committerAndy Postnikov <apostnikov@gmail.com>2020-04-29 21:06:19 +0000
commit71671d6c018461d1a88a1b3b1a3dc67881a3f8dc (patch)
tree0756b056a9ad335e85fe2c4704d99a3b061ea614 /community/nodejs-current/link-with-libatomic-on-mips32.patch
parent52e6fb17d318c506f076c985e163af124cf0a6f1 (diff)
downloadaports-71671d6c018461d1a88a1b3b1a3dc67881a3f8dc.tar.bz2
aports-71671d6c018461d1a88a1b3b1a3dc67881a3f8dc.tar.xz
community/nodejs-current: upgrade to 14.1.0
Diffstat (limited to 'community/nodejs-current/link-with-libatomic-on-mips32.patch')
-rw-r--r--community/nodejs-current/link-with-libatomic-on-mips32.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/nodejs-current/link-with-libatomic-on-mips32.patch b/community/nodejs-current/link-with-libatomic-on-mips32.patch
index 21f9960d7b..358d52d082 100644
--- a/community/nodejs-current/link-with-libatomic-on-mips32.patch
+++ b/community/nodejs-current/link-with-libatomic-on-mips32.patch
@@ -1,8 +1,8 @@
--- a/tools/v8_gypfiles/v8.gyp
+++ b/tools/v8_gypfiles/v8.gyp
-@@ -2460,6 +2460,11 @@
- }, {
- 'toolsets': ['target'],
+@@ -1201,6 +1201,11 @@
+ ['want_separate_host_toolset', {
+ 'toolsets': ['host', 'target'],
}],
+ [ 'host_arch=="mips" or host_arch=="mipsel"', {
+ 'link_settings': {
@@ -11,10 +11,10 @@
+ }],
['component=="shared_library"', {
'direct_dependent_settings': {
- 'defines': [ 'USING_V8_PLATFORM_SHARED' ],
+ 'defines': ['USING_V8_PLATFORM_SHARED'],
--- a/node.gyp
+++ b/node.gyp
-@@ -315,6 +315,11 @@
+@@ -375,6 +375,11 @@
'msvs_disabled_warnings!': [4244],
'conditions': [