Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2018 16:10:16 +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: r486016 - head/math/ignition-math
Message-ID:  <201811271610.wARGAGjA018366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov 27 16:10:16 2018
New Revision: 486016
URL: https://svnweb.freebsd.org/changeset/ports/486016

Log:
  Use USES=compiler:c++17-lang to build on GCC-based architectures.
  
  PR:		233537
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/ignition-math/Makefile

Modified: head/math/ignition-math/Makefile
==============================================================================
--- head/math/ignition-math/Makefile	Tue Nov 27 16:00:47 2018	(r486015)
+++ head/math/ignition-math/Makefile	Tue Nov 27 16:10:16 2018	(r486016)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	ignition-cmake==2:devel/ignition-cmake
 
-USES=		cmake:outsource eigen:3
+USES=		compiler:c++17-lang cmake:outsource eigen:3
 USE_LDCONFIG=	yes
 
 CMAKE_OFF=	BUILD_TESTING



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