svn commit: r566094 - head/devel/onetbb

Mark Linimon linimon at FreeBSD.org
Fri Feb 19 19:30:20 UTC 2021


Author: linimon
Date: Fri Feb 19 19:30:19 2021
New Revision: 566094
URL: https://svnweb.freebsd.org/changeset/ports/566094

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    The CXX compiler identification is GNU 4.2.1
    C++11 (-std=c++11) support is required
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/onetbb/Makefile

Modified: head/devel/onetbb/Makefile
==============================================================================
--- head/devel/onetbb/Makefile	Fri Feb 19 19:05:06 2021	(r566093)
+++ head/devel/onetbb/Makefile	Fri Feb 19 19:30:19 2021	(r566094)
@@ -12,7 +12,7 @@ LICENSE=	APACHE20
 
 LIB_DEPENDS=	libhwloc.so.15:devel/hwloc2
 
-USES=	cmake tar:tgz
+USES=		cmake compiler:c++11-lang tar:tgz
 
 CMAKE_ARGS+=	-DTBB_STRICT:BOOL=FALSE
 


More information about the svn-ports-all mailing list