aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-05-14 21:25:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-05-14 21:25:16 +0000
commit83b2ebc743bc89b69da075e35c78b9262390965b (patch)
treeec64ab365e5eb7b5c678b00a2c06e40f9b47ad46 /astro
parent614accae384994f07b4bfb71f85034e672bc62ae (diff)
downloadports-83b2ebc743bc89b69da075e35c78b9262390965b.tar.gz
ports-83b2ebc743bc89b69da075e35c78b9262390965b.zip
astro/gpstk: fix build on GCC architectures
Use C++11 compiler: /wrkdirs/usr/ports/astro/gpstk/work/GPSTk-3.0.0/core/lib/GNSSEph/GloEphemerisStore.cpp:173: error: 'class gpstk::Xvt::HealthStatus' is not a class or namespace
Notes
Notes: svn path=/head/; revision=535255
Diffstat (limited to 'astro')
-rw-r--r--astro/gpstk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/gpstk/Makefile b/astro/gpstk/Makefile
index 27980bcb1c35..5f3f39376462 100644
--- a/astro/gpstk/Makefile
+++ b/astro/gpstk/Makefile
@@ -12,7 +12,7 @@ COMMENT= Toolkit for developing GPS applications
LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
-USES= cmake
+USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes