diff options
author | linimon <linimon@FreeBSD.org> | 2019-01-13 10:31:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-01-13 10:31:41 +0800 |
commit | cd0d9e8c00c43c3341748b4069a68d9d6052146c (patch) | |
tree | 1a6d46e525068e6e6e1193382db3cfce61974756 /misc | |
parent | b10569eabde2da2e186c9771aad2f877a5082b5b (diff) | |
download | freebsd-ports-gnome-cd0d9e8c00c43c3341748b4069a68d9d6052146c.tar.gz freebsd-ports-gnome-cd0d9e8c00c43c3341748b4069a68d9d6052146c.tar.zst freebsd-ports-gnome-cd0d9e8c00c43c3341748b4069a68d9d6052146c.zip |
USES=compiler:c++11-lang is necessary to build this port on GCC-based
architectures.
PR: 234386
Submitted by: Piotr Kubaj
Approved by: maintainer
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ompl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ompl/Makefile b/misc/ompl/Makefile index c18940be9129..3f3a18e57f63 100644 --- a/misc/ompl/Makefile +++ b/misc/ompl/Makefile @@ -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 |