Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2020 02:22:41 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555616 - head/graphics/py-open3d-python
Message-ID:  <202011180222.0AI2MfhZ062026@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011180222.0AI2MfhZ062026>