From d517af7b108c7ab5f9f0e13706800d2a9d2d4d1d Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 28 Mar 2014 14:07:47 +0000 Subject: The configure scripts require a C++11 standard library as well as a C++11 compiler. Reported by Andrzej Tobola --- lang/clang-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/clang-devel') 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 -- cgit v1.2.3