svn commit: r349423 - in head: devel/llvm-devel lang/clang-devel
Brooks Davis
brooks at FreeBSD.org
Fri Mar 28 14:07:48 UTC 2014
Author: brooks
Date: Fri Mar 28 14:07:47 2014
New Revision: 349423
URL: http://svnweb.freebsd.org/changeset/ports/349423
QAT: https://qat.redports.org/buildarchive/r349423/
Log:
The configure scripts require a C++11 standard library as well as a
C++11 compiler.
Reported by Andrzej Tobola <ato at iem.pw.edu.pl>
Modified:
head/devel/llvm-devel/Makefile
head/lang/clang-devel/Makefile
Modified: head/devel/llvm-devel/Makefile
==============================================================================
--- head/devel/llvm-devel/Makefile Fri Mar 28 14:05:55 2014 (r349422)
+++ head/devel/llvm-devel/Makefile Fri Mar 28 14:07:47 2014 (r349423)
@@ -17,7 +17,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}
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}
Modified: head/lang/clang-devel/Makefile
==============================================================================
--- head/lang/clang-devel/Makefile Fri Mar 28 14:05:55 2014 (r349422)
+++ head/lang/clang-devel/Makefile Fri Mar 28 14:07:47 2014 (r349423)
@@ -33,7 +33,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}
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
More information about the svn-ports-all
mailing list