svn commit: r490107 - head/misc/ompl

Mark Linimon linimon at FreeBSD.org
Sun Jan 13 02:31:42 UTC 2019


Author: linimon
Date: Sun Jan 13 02:31:41 2019
New Revision: 490107
URL: https://svnweb.freebsd.org/changeset/ports/490107

Log:
  USES=compiler:c++11-lang is necessary to build this port on GCC-based
  architectures.
  
  PR:		234386
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/misc/ompl/Makefile

Modified: head/misc/ompl/Makefile
==============================================================================
--- head/misc/ompl/Makefile	Sun Jan 13 02:27:56 2019	(r490106)
+++ head/misc/ompl/Makefile	Sun Jan 13 02:31:41 2019	(r490107)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
-USES=		cmake eigen:3 pkgconfig zip
+USES=		cmake compiler:c++11-lang eigen:3 pkgconfig zip
 USE_LDCONFIG=	yes
 
 CMAKE_OFF=	OMPL_REGISTRATION OMPL_BUILD_TESTS OMPL_BUILD_DEMOS


More information about the svn-ports-head mailing list