Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2020 02:26:46 +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: r555617 - head/graphics/py-open3d-python
Message-ID:  <202011180226.0AI2Qk76062310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Nov 18 02:26:46 2020
New Revision: 555617
URL: https://svnweb.freebsd.org/changeset/ports/555617

Log:
  graphics/py-open3d-python: mark BROKEN on clang without experimental/optional

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

Modified: head/graphics/py-open3d-python/Makefile
==============================================================================
--- head/graphics/py-open3d-python/Makefile	Wed Nov 18 02:22:40 2020	(r555616)
+++ head/graphics/py-open3d-python/Makefile	Wed Nov 18 02:26:46 2020	(r555617)
@@ -31,4 +31,10 @@ LDFLAGS+=	-pthread # https://github.com/IntelVCL/Open3
 
 PLIST_FILES=	${PYTHON_SITELIBDIR}/open3d.so
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if !exists(/usr/include/c++/v1/experimental/optional) && ${CHOSEN_COMPILER_TYPE} == clang
+BROKEN=		Base C++ compiler is missing the header <experimental/optional>, see bug\#249538
+.endif
+
+.include <bsd.port.post.mk>



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