diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-19 19:30:19 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-19 19:30:19 +0000 |
| commit | 6a20bac492ea324bc553839842cd89813d3c4b57 (patch) | |
| tree | e5f425f92e861ccc5df2a8cb59b509fa75b204cd | |
| parent | - Update to 4.0.2 [1] (diff) | |
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
| -rw-r--r-- | devel/onetbb/Makefile | 2 |
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 |
