Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2020 21:25:17 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535255 - head/astro/gpstk
Message-ID:  <202005142125.04ELPHJ5014768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu May 14 21:25:16 2020
New Revision: 535255
URL: https://svnweb.freebsd.org/changeset/ports/535255

Log:
  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

Modified:
  head/astro/gpstk/Makefile

Modified: head/astro/gpstk/Makefile
==============================================================================
--- head/astro/gpstk/Makefile	Thu May 14 19:53:14 2020	(r535254)
+++ head/astro/gpstk/Makefile	Thu May 14 21:25:16 2020	(r535255)
@@ -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



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