From 6a20bac492ea324bc553839842cd89813d3c4b57 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 19 Feb 2021 19:30:19 +0000 Subject: 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) --- devel/onetbb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/onetbb/Makefile') diff --git a/devel/onetbb/Makefile b/devel/onetbb/Makefile index feeda631670f..a53175cf476e 100644 --- a/devel/onetbb/Makefile +++ b/devel/onetbb/Makefile @@ -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 -- cgit v1.2.3