Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2020 22:35:04 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536535 - head/cad/ifcopenshell
Message-ID:  <202005252235.04PMZ4hs016446@repo.freebsd.org>

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



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