summaryrefslogtreecommitdiff
path: root/www/node22/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/node22/Makefile')
-rw-r--r--www/node22/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/node22/Makefile b/www/node22/Makefile
index d8a6b7ca7181..22b2196f7bc6 100644
--- a/www/node22/Makefile
+++ b/www/node22/Makefile
@@ -36,6 +36,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \
--shared-nghttp2 \
--shared-zlib \
--without-npm
+CXXFLAGS_powerpc64= -mpower8-vector
HAS_CONFIGURE= yes
MAKE_ENV= CC.host="${CCACHE_BIN} ${CC}" \
CFLAGS.host="${CFLAGS}" \
@@ -66,8 +67,6 @@ ICU_CONFIGURE_ON= --with-intl=system-icu
ICU_LIB_DEPENDS= libicui18n.so:devel/icu
JIT_CONFIGURE_OFF= --v8-lite-mode
-CXXFLAGS_powerpc64= -mpower8-vector
-
.include "Makefile.version"
.include <bsd.port.options.mk>