aboutsummaryrefslogtreecommitdiff
path: root/www/node
diff options
context:
space:
mode:
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>