aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-open3d-python
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-18 02:22:40 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-18 02:22:40 +0000
commitb63fc261afaaa16c41537bc295020167a4a95dda (patch)
tree4054938dcb7f76d0881e05a85cdeade23be86a66 /graphics/py-open3d-python
parent6b543b4161279c3602c5d798ff5287854008405e (diff)
downloadports-b63fc261afaaa16c41537bc295020167a4a95dda.tar.gz
ports-b63fc261afaaa16c41537bc295020167a4a95dda.zip
graphics/py-open3d-python: fix build on GCC architectures
Builds fine.
Notes
Notes: svn path=/head/; revision=555616
Diffstat (limited to 'graphics/py-open3d-python')
-rw-r--r--graphics/py-open3d-python/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/py-open3d-python/Makefile b/graphics/py-open3d-python/Makefile
index 0d140c3b4aac..c97564a385d8 100644
--- a/graphics/py-open3d-python/Makefile
+++ b/graphics/py-open3d-python/Makefile
@@ -31,8 +31,4 @@ LDFLAGS+= -pthread # https://github.com/IntelVCL/Open3D/issues/510
PLIST_FILES= ${PYTHON_SITELIBDIR}/open3d.so
-.if !exists(/usr/include/c++/v1/experimental/optional)
-BROKEN= Base C++ compiler is missing the header <experimental/optional>, see bug\#249538
-.endif
-
.include <bsd.port.mk>