Date: Fri, 19 Feb 2021 19:30:20 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566094 - head/devel/onetbb Message-ID: <202102191930.11JJUKi5039322@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102191930.11JJUKi5039322>