View | Details | Raw Unified | Return to bug 263590 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/node/Makefile (-8 lines)
Lines 79-92 LIB_DEPENDS+= libbrotlidec.so:archivers/brotli \ Link Here
79
79
80
.include <bsd.port.options.mk>
80
.include <bsd.port.options.mk>
81
81
82
.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le
83
EXTRA_PATCHES=		${PATCHDIR}/extra-patch-common.gypi
84
.endif
85
86
.if ${ARCH} == armv6 || ${ARCH} == armv7
87
EXTRA_PATCHES=	${PATCHDIR}/extra-patch-tools_v8__gypfiles_v8.gyp
88
.endif
89
90
.if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64
82
.if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64
91
CONFIGURE_ARGS+=--openssl-no-asm
83
CONFIGURE_ARGS+=--openssl-no-asm
92
.endif
84
.endif
(-)b/www/node/files/patch-tools_v8__gypfiles_v8.gyp (-4 / +4 lines)
Lines 1-11 Link Here
1
--- tools/v8_gypfiles/v8.gyp.orig	2021-04-20 11:30:16 UTC
1
--- tools/v8_gypfiles/v8.gyp.orig	2022-05-17 11:37:47 UTC
2
+++ tools/v8_gypfiles/v8.gyp
2
+++ tools/v8_gypfiles/v8.gyp
3
@@ -774,7 +774,7 @@
3
@@ -977,7 +977,7 @@
4
         }],
4
         }],
5
         # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library
5
         # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library
6
         # to implement atomic memory access
6
         # to implement atomic memory access
7
-        ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm", "riscv64"]', {
7
-        ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm", "riscv64", "loong64"]', {
8
+        ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "riscv64"]', {
8
+        ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "riscv64", "loong64"]', {
9
           'link_settings': {
9
           'link_settings': {
10
             'libraries': ['-latomic', ],
10
             'libraries': ['-latomic', ],
11
           },
11
           },

Return to bug 263590