mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
graphics/py-open3d-python: Fix path in the check of the header <experimental/optiona>
This commit is contained in:
parent
f2a804f80d
commit
ccf7829e6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549655
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ LDFLAGS+= -pthread # https://github.com/IntelVCL/Open3D/issues/510
|
||||||
|
|
||||||
PLIST_FILES= ${PYTHON_SITELIBDIR}/open3d.so
|
PLIST_FILES= ${PYTHON_SITELIBDIR}/open3d.so
|
||||||
|
|
||||||
.if !exists(/usr/include/c++/v1/tr1/experimental/optional)
|
.if !exists(/usr/include/c++/v1/experimental/optional)
|
||||||
BROKEN= Base C++ compiler is missing the header <experimental/optional>, see bug\#249538
|
BROKEN= Base C++ compiler is missing the header <experimental/optional>, see bug\#249538
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue