svn commit: r495752 - head/astro/foxtrotgps

Mark Linimon linimon at FreeBSD.org
Fri Mar 15 00:25:21 UTC 2019


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 at 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\


More information about the svn-ports-all mailing list