From f2a804f80dda03e7bf39ed7d84704156d104cd03 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Wed, 23 Sep 2020 03:30:17 +0000 Subject: graphics/py-open3d-python: Broken when the base C++ compiler is missing the header Reported by: fallout --- graphics/py-open3d-python/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/py-open3d-python') 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 , see bug\#249538 +.endif + .include -- cgit v1.2.3