svn commit: r545194 - head/cad/py-ocp

Mark Linimon linimon at FreeBSD.org
Mon Aug 17 22:12:36 UTC 2020


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


More information about the svn-ports-head mailing list