Date: Tue, 26 May 2015 18:43:13 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387510 - head/devel/libiomp5-devel Message-ID: <201505261843.t4QIhD59013401@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505261843.t4QIhD59013401>