svn commit: r486016 - head/math/ignition-math

Mark Linimon linimon at FreeBSD.org
Tue Nov 27 16:10:17 UTC 2018


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


More information about the svn-ports-all mailing list