mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
www/node: unbreak patch on armv[67] after bc3d0937d0
===> Patching for node-16.0.0 ===> Applying extra patch /usr/ports/www/node/files/extra-patch-tools_v8__gypfiles_v8.gyp 1 out of 1 hunks failed--saving rejects to tools/v8_gypfiles/v8.gyp.rej ===> FAILED Applying extra patch /usr/ports/www/node/files/extra-patch-tools_v8__gypfiles_v8.gyp *** Error code 1
This commit is contained in:
parent
bdca32c596
commit
dee8b982f0
@ -1,11 +1,11 @@
|
||||
--- tools/v8_gypfiles/v8.gyp.orig 2020-04-25 08:50:20 UTC
|
||||
--- tools/v8_gypfiles/v8.gyp.orig 2021-04-20 11:30:16 UTC
|
||||
+++ tools/v8_gypfiles/v8.gyp
|
||||
@@ -805,7 +805,7 @@
|
||||
@@ -774,7 +774,7 @@
|
||||
}],
|
||||
# Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library
|
||||
# to implement atomic memory access
|
||||
- ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm"]', {
|
||||
+ ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc"]', {
|
||||
- ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm", "riscv64"]', {
|
||||
+ ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "riscv64"]', {
|
||||
'link_settings': {
|
||||
'libraries': ['-latomic', ],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user