svn commit: r536535 - head/cad/ifcopenshell

Mark Linimon linimon at FreeBSD.org
Mon May 25 22:35:05 UTC 2020


Author: linimon
Date: Mon May 25 22:35:04 2020
New Revision: 536535
URL: https://svnweb.freebsd.org/changeset/ports/536535

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    Target "IfcGeom_ifc2x3" requires the language dialect "CXX11" (with
    compiler extensions), but CMake does not know the compile flags to use to
    enable it.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/cad/ifcopenshell/Makefile

Modified: head/cad/ifcopenshell/Makefile
==============================================================================
--- head/cad/ifcopenshell/Makefile	Mon May 25 22:03:54 2020	(r536534)
+++ head/cad/ifcopenshell/Makefile	Mon May 25 22:35:04 2020	(r536535)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	nlohmann-json>0:devel/nlohmann-json
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libTKernel.so:cad/opencascade
 
-USES=		cmake eigen:3 gnome
+USES=		cmake compiler:c++11-lang eigen:3 gnome
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list