1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Hopefully fix builds on systems where cc isn't a C++11 compiler.

This commit is contained in:
Brooks Davis 2014-03-27 22:37:31 +00:00
parent 33dc6a15ba
commit eccc435057
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349369
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
UNIQUENAME= ${PORTNAME}${LLVM_SUFFIX}
USES= gmake perl5
USES= compiler:c++11-lang gmake perl5
GNU_CONFIGURE= yes
USE_BZIP2= yes
GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX}

View File

@ -33,7 +33,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX}
USES= gmake perl5
USES= compiler:c++11-lang gmake perl5
USE_BZIP2= yes
USE_PYTHON= yes