aboutsummaryrefslogtreecommitdiff
path: root/www/node
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-09-14 22:01:13 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-09-14 22:01:13 +0000
commite5688543b0a7b773d34e63d05359814d3cc70857 (patch)
tree36f0e35aadb76ca2b55eb19335845f4f9ae5476d /www/node
parent002af553a418a4773bd1ae3e8bc6e7ea4cbd85b7 (diff)
downloadports-e5688543b0a7b773d34e63d05359814d3cc70857.tar.gz
ports-e5688543b0a7b773d34e63d05359814d3cc70857.zip
Notes
Diffstat (limited to 'www/node')
-rw-r--r--www/node/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/www/node/Makefile b/www/node/Makefile
index 4bfca6795e0c..e6b9a0d53b9c 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -82,13 +82,6 @@ BROKEN_SSL+= base
CONFIGURE_ARGS+=--openssl-no-asm
.endif
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-# GCC does not expose std::snprintf() without this define
-CXXFLAGS+= -D_GLIBCXX_USE_C99
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/tools/v8_gypfiles/v8.gyp
@@ -106,4 +99,4 @@ post-configure:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>