diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2014-03-28 14:07:47 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2014-03-28 14:07:47 +0000 |
commit | d517af7b108c7ab5f9f0e13706800d2a9d2d4d1d (patch) | |
tree | c5d5787829591ec3912336224994d335ef20695e /devel/llvm-devel | |
parent | 4f3151b901183c160ea6ec1cc7e44686a7d2ae81 (diff) |
The configure scripts require a C++11 standard library as well as a
C++11 compiler.
Reported by Andrzej Tobola <ato@iem.pw.edu.pl>
Notes
Notes:
svn path=/head/; revision=349423
Diffstat (limited to 'devel/llvm-devel')
-rw-r--r-- | devel/llvm-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile index aaf9f79a8c32..9e0d35002534 100644 --- a/devel/llvm-devel/Makefile +++ b/devel/llvm-devel/Makefile @@ -17,7 +17,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} UNIQUENAME= ${PORTNAME}${LLVM_SUFFIX} -USES= compiler:c++11-lang gmake perl5 +USES= compiler:c++11-lib gmake perl5 GNU_CONFIGURE= yes USE_BZIP2= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} |