ports/www/node20/files/patch-tools_v8__gypfiles_v8.gyp
Muhammad Moinur Rahman 6370a26a67 www/node20: Fix build with OpenSSL 3
- This was tested only with OpenSSL 3 from base but not with
  openssl30 or openssl31 ports
- Refresh patches

PR:             271868
Reported by:    emaste
Approved by:    portmgr (blanket)
2023-06-07 09:25:09 +02:00

11 lines
526 B
Python

--- tools/v8_gypfiles/v8.gyp.orig 2023-05-16 06:58:22 UTC
+++ tools/v8_gypfiles/v8.gyp
@@ -1091,7 +1091,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 ["mips64", "mips64el", "ppc", "arm", "riscv64", "loong64"]', {
+ ['v8_current_cpu in ["mips64", "mips64el", "ppc", "riscv64", "loong64"]', {
'link_settings': {
'libraries': ['-latomic', ],
},