graphics/py-open3d-python: Broken when the base C++ compiler is missing the header <experimental/optional>

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2020-09-23 03:30:17 +00:00
parent e76cde9787
commit f2a804f80d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549654

View file

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