svn commit: r387510 - head/devel/libiomp5-devel

Brooks Davis brooks at FreeBSD.org
Tue May 26 18:43:13 UTC 2015


Author: brooks
Date: Tue May 26 18:43:12 2015
New Revision: 387510
URL: https://svnweb.freebsd.org/changeset/ports/387510

Log:
  Fix build on 9.3 and other systems where the default compiler doesn't support
  C++11.

Modified:
  head/devel/libiomp5-devel/Makefile

Modified: head/devel/libiomp5-devel/Makefile
==============================================================================
--- head/devel/libiomp5-devel/Makefile	Tue May 26 18:42:23 2015	(r387509)
+++ head/devel/libiomp5-devel/Makefile	Tue May 26 18:43:12 2015	(r387510)
@@ -20,7 +20,7 @@ LLVM_PREFIX=	${PREFIX}/llvm${LLVM_SUFFIX
 CMAKE_INSTALL_PREFIX=	${LLVM_PREFIX}
 CMAKE_ARGS=	-Darch=${OPENMP_ARCH}
 
-USES=		cmake ninja tar:xz
+USES=		cmake compiler:c++11-lang ninja tar:xz
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/runtime
 


More information about the svn-ports-head mailing list