Date: Mon, 17 Aug 2020 22:12:35 +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: r545194 - head/cad/py-ocp Message-ID: <202008172212.07HMCZXN007454@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Aug 17 22:12:35 2020 New Revision: 545194 URL: https://svnweb.freebsd.org/changeset/ports/545194 Log: Add compiler:c++11-lang to USES to fix build on GCC-based systems: Unsupported compiler -- pybind11 requires C++11 support! Approved by: portmgr (tier-2 blanket) Modified: head/cad/py-ocp/Makefile Modified: head/cad/py-ocp/Makefile ============================================================================== --- head/cad/py-ocp/Makefile Mon Aug 17 21:07:51 2020 (r545193) +++ head/cad/py-ocp/Makefile Mon Aug 17 22:12:35 2020 (r545194) @@ -19,7 +19,7 @@ LIB_DEPENDS= libTKernel.so:cad/opencascade BUILD_DEPENDS= ${LOCALBASE}/share/cmake/pybind11/pybind11Config.cmake:devel/pybind11 \ ${PYTHON_SITELIBDIR}/pybind11:devel/py-pybind11@${PY_FLAVOR} -USES= cmake gl python:3.6+ zip +USES= cmake compiler:c++11-lang gl python:3.6+ zip USE_GL= gl glu glut WRKSRC= ${WRKDIR}/OCP_src_Ubuntu-16.04
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008172212.07HMCZXN007454>