Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 02:31:41 +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: r490107 - head/misc/ompl
Message-ID:  <201901130231.x0D2VfAZ044895@repo.freebsd.org>

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



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