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
This commit is contained in:
parent
614accae38
commit
83b2ebc743
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535255
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue