Fix build on gcc-based architectures:

Unsupported compiler -- pybind11 requires C++11 support!

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-03-13 05:04:57 +00:00
parent 5e25e0ebf5
commit c183d78b38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495550

View File

@ -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