graphics/py-open3d-python: fix build on GCC architectures
Builds fine.
This commit is contained in:
parent
6b543b4161
commit
b63fc261af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555616
1 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue