svn commit: r349369 - in head: devel/llvm-devel lang/clang-devel

Brooks Davis brooks at FreeBSD.org
Thu Mar 27 22:37:32 UTC 2014


Author: brooks
Date: Thu Mar 27 22:37:31 2014
New Revision: 349369
URL: http://svnweb.freebsd.org/changeset/ports/349369
QAT: https://qat.redports.org/buildarchive/r349369/

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

Modified:
  head/devel/llvm-devel/Makefile
  head/lang/clang-devel/Makefile

Modified: head/devel/llvm-devel/Makefile
==============================================================================
--- head/devel/llvm-devel/Makefile	Thu Mar 27 22:30:27 2014	(r349368)
+++ head/devel/llvm-devel/Makefile	Thu Mar 27 22:37:31 2014	(r349369)
@@ -17,7 +17,7 @@ DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}
 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}

Modified: head/lang/clang-devel/Makefile
==============================================================================
--- head/lang/clang-devel/Makefile	Thu Mar 27 22:30:27 2014	(r349368)
+++ head/lang/clang-devel/Makefile	Thu Mar 27 22:37:31 2014	(r349369)
@@ -33,7 +33,7 @@ DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}
 
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_PREFIX=	${LLVM_PREFIX}
-USES=		gmake perl5
+USES=		compiler:c++11-lang gmake perl5
 USE_BZIP2=	yes
 USE_PYTHON=	yes
 


More information about the svn-ports-head mailing list