aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-08-17 22:12:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-08-17 22:12:35 +0000
commit0d604bf6fa33710fea90d40efabe6aeadc0710c9 (patch)
tree9f6f0bc8c8d46eb1636e901e54b55958fed71009 /cad
parentc76d506e84a840ee2b668428c9090d5394490f9f (diff)
downloadports-0d604bf6fa33710fea90d40efabe6aeadc0710c9.tar.gz
ports-0d604bf6fa33710fea90d40efabe6aeadc0710c9.zip
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)
Notes
Notes: svn path=/head/; revision=545194
Diffstat (limited to 'cad')
-rw-r--r--cad/py-ocp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/py-ocp/Makefile b/cad/py-ocp/Makefile
index 195fc1b70b2d..4b27d7227738 100644
--- a/cad/py-ocp/Makefile
+++ b/cad/py-ocp/Makefile
@@ -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