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

Piotr Kubaj pkubaj at FreeBSD.org
Wed Nov 18 02:22:41 UTC 2020


Author: pkubaj
Date: Wed Nov 18 02:22:40 2020
New Revision: 555616
URL: https://svnweb.freebsd.org/changeset/ports/555616

Log:
  graphics/py-open3d-python: fix build on GCC architectures
  
  Builds fine.

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

Modified: head/graphics/py-open3d-python/Makefile
==============================================================================
--- head/graphics/py-open3d-python/Makefile	Wed Nov 18 01:40:42 2020	(r555615)
+++ head/graphics/py-open3d-python/Makefile	Wed Nov 18 02:22:40 2020	(r555616)
@@ -31,8 +31,4 @@ LDFLAGS+=	-pthread # https://github.com/IntelVCL/Open3
 
 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>


More information about the svn-ports-all mailing list