summaryrefslogtreecommitdiff
path: root/www/node20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/node20/Makefile')
-rw-r--r--www/node20/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/node20/Makefile b/www/node20/Makefile
index bfcd8c796f38..936f569f6f91 100644
--- a/www/node20/Makefile
+++ b/www/node20/Makefile
@@ -40,6 +40,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \
--shared-zlib \
--with-intl=system-icu \
--without-npm
+CXXFLAGS_powerpc64= -mpower8-vector
HAS_CONFIGURE= yes
MAKE_ENV= CC.host="${CCACHE_BIN} ${CC}" \
CFLAGS.host="${CFLAGS}" \
@@ -98,4 +99,7 @@ post-configure:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
+post-install-BUNDLED_SSL-on:
+ cd ${STAGEDIR}${PREFIX} && ${FIND} include/node/openssl/ -type f >> ${TMPPLIST}
+
.include <bsd.port.mk>