summaryrefslogtreecommitdiff
path: root/www/node24/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/node24/Makefile')
-rw-r--r--www/node24/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/node24/Makefile b/www/node24/Makefile
index 67d17435d3d7..4c2ec9be4a7b 100644
--- a/www/node24/Makefile
+++ b/www/node24/Makefile
@@ -1,6 +1,7 @@
PORTNAME= node
PORTVERSION= ${NODEJS_PORTVERSION}
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/
PKGNAMESUFFIX= ${PORTVERSION:R:R}
@@ -42,6 +43,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \
--shared-zstd \
--with-intl=system-icu \
--without-npm
+CXXFLAGS_powerpc64= -mpower8-vector
HAS_CONFIGURE= yes
MAKE_ENV= CC.host="${CCACHE_BIN} ${CC}" \
CFLAGS.host="${CFLAGS}" \
@@ -101,4 +103,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>