Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 03:36:24 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549655 - head/graphics/py-open3d-python
Message-ID:  <202009230336.08N3aOSs048024@repo.freebsd.org>

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



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