diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-03 17:08:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-03 17:08:53 +0000 |
commit | 3f581f2437447c4574697cf357813d9c8e42964b (patch) | |
tree | 78c739a4d0d8ef7a7d2d1c8ef79283c6f228944e /www/node010 | |
parent | 37096d430c38eeb2fc669ef56cd1432a3097703f (diff) | |
download | ports-3f581f2437447c4574697cf357813d9c8e42964b.tar.gz ports-3f581f2437447c4574697cf357813d9c8e42964b.zip |
Notes
Diffstat (limited to 'www/node010')
-rw-r--r-- | www/node010/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/node010/Makefile b/www/node010/Makefile index acf178dbdb0f..b2d1f2b8d5c6 100644 --- a/www/node010/Makefile +++ b/www/node010/Makefile @@ -17,7 +17,7 @@ USES= compiler execinfo gmake python:2 HAS_CONFIGURE= yes USE_LDCONFIG= yes -CONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* iojs-* +CONFLICTS_INSTALL= iojs-[0-9]* node-[0-9]* node-devel-[0-9]* node012-[0-9]* ONLY_FOR_ARCHS= i386 amd64 CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib @@ -26,6 +26,7 @@ REINPLACE_ARGS= -i '' MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} .include <bsd.port.pre.mk> + .if ${COMPILER_TYPE} == clang MAKE_ENV+= LINK=clang++ CFLAGS+= -Wno-unused-private-field |