diff options
Diffstat (limited to 'graphics/py-open3d-python')
-rw-r--r-- | graphics/py-open3d-python/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/py-open3d-python/Makefile b/graphics/py-open3d-python/Makefile index c97564a385d8..e929148852ca 100644 --- a/graphics/py-open3d-python/Makefile +++ b/graphics/py-open3d-python/Makefile @@ -31,4 +31,8 @@ LDFLAGS+= -pthread # https://github.com/IntelVCL/Open3D/issues/510 PLIST_FILES= ${PYTHON_SITELIBDIR}/open3d.so +.if !exists(/usr/include/c++/v1/tr1/experimental/optional) +BROKEN= Base C++ compiler is missing the header <experimental/optional>, see bug\#249538 +.endif + .include <bsd.port.mk> |