diff options
author | brooks <brooks@FreeBSD.org> | 2014-03-28 22:07:47 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2014-03-28 22:07:47 +0800 |
commit | fe0b3f593075bd7fc89cb4613d382a06649d28c6 (patch) | |
tree | c5d5787829591ec3912336224994d335ef20695e /lang | |
parent | 955e00f5dd1a2d42392e791533c2ab58cdba2120 (diff) | |
download | freebsd-ports-gnome-fe0b3f593075bd7fc89cb4613d382a06649d28c6.tar.gz freebsd-ports-gnome-fe0b3f593075bd7fc89cb4613d382a06649d28c6.tar.zst freebsd-ports-gnome-fe0b3f593075bd7fc89cb4613d382a06649d28c6.zip |
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>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/clang-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/clang-devel/Makefile b/lang/clang-devel/Makefile index 1e7e73294b45..3d79aa1919dc 100644 --- a/lang/clang-devel/Makefile +++ b/lang/clang-devel/Makefile @@ -33,7 +33,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} -USES= compiler:c++11-lang gmake perl5 +USES= compiler:c++11-lib gmake perl5 USE_BZIP2= yes USE_PYTHON= yes |