aboutsummaryrefslogtreecommitdiff
path: root/devel/onetbb
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-02-19 19:30:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-02-19 19:30:19 +0000
commit6a20bac492ea324bc553839842cd89813d3c4b57 (patch)
treee5f425f92e861ccc5df2a8cb59b509fa75b204cd /devel/onetbb
parent880e2573cdb2cf3c7a90060fb022aed29da13a8e (diff)
downloadports-6a20bac492ea324bc553839842cd89813d3c4b57.tar.gz
ports-6a20bac492ea324bc553839842cd89813d3c4b57.zip
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)
Notes
Notes: svn path=/head/; revision=566094
Diffstat (limited to 'devel/onetbb')
-rw-r--r--devel/onetbb/Makefile2
1 files changed, 1 insertions, 1 deletions
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