From c183d78b3822b49bdb1b30b22cbcc5c515e4ebd5 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 13 Mar 2019 05:04:57 +0000 Subject: Fix build on gcc-based architectures: Unsupported compiler -- pybind11 requires C++11 support! Approved by: portmgr (tier-2 blanket) --- graphics/py-open3d-python/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/py-open3d-python') diff --git a/graphics/py-open3d-python/Makefile b/graphics/py-open3d-python/Makefile index eab8edbc546f..f597d5d78f1d 100644 --- a/graphics/py-open3d-python/Makefile +++ b/graphics/py-open3d-python/Makefile @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE LIB_DEPENDS= libOpen3D.so:graphics/open3d -USES= cmake eigen:3 fortran localbase:ldflags pkgconfig python +USES= cmake compiler:c++11-lang eigen:3 fortran localbase:ldflags \ + pkgconfig python USE_GITHUB= yes GH_ACCOUNT= IntelVCL GH_PROJECT= Open3D -- cgit v1.2.3