Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2019 00:25:20 +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: r495752 - head/astro/foxtrotgps
Message-ID:  <201903150025.x2F0PK4f023836@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Mar 15 00:25:20 2019
New Revision: 495752
URL: https://svnweb.freebsd.org/changeset/ports/495752

Log:
  Fix build on gcc-based architectures:
  
    /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/astro/foxtrotgps/Makefile

Modified: head/astro/foxtrotgps/Makefile
==============================================================================
--- head/astro/foxtrotgps/Makefile	Fri Mar 15 00:22:02 2019	(r495751)
+++ head/astro/foxtrotgps/Makefile	Fri Mar 15 00:25:20 2019	(r495752)
@@ -24,7 +24,8 @@ INFO=		foxtrotgps
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	DATADIRNAME=share
 CONFIGURE_ARGS=	--disable-schemas-install
-USES=		gettext gmake pkgconfig python shebangfix sqlite:3
+USES=		compiler:c++11-lang gettext gmake pkgconfig python \
+		shebangfix sqlite:3
 SHEBANG_FILES=	contrib/convert2gpx \
 		contrib/convert2osm \
 		contrib/georss2foxtrotgps-poi\



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