svn commit: r549655 - head/graphics/py-open3d-python

Yuri Victorovich yuri at FreeBSD.org
Wed Sep 23 03:36:25 UTC 2020


Author: yuri
Date: Wed Sep 23 03:36:24 2020
New Revision: 549655
URL: https://svnweb.freebsd.org/changeset/ports/549655

Log:
  graphics/py-open3d-python: Fix path in the check of the header <experimental/optiona>

Modified:
  head/graphics/py-open3d-python/Makefile

Modified: head/graphics/py-open3d-python/Makefile
==============================================================================
--- head/graphics/py-open3d-python/Makefile	Wed Sep 23 03:30:17 2020	(r549654)
+++ head/graphics/py-open3d-python/Makefile	Wed Sep 23 03:36:24 2020	(r549655)
@@ -31,7 +31,7 @@ LDFLAGS+=	-pthread # https://github.com/IntelVCL/Open3
 
 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
 .endif
 


More information about the svn-ports-head mailing list