Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 06:19:02 +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: r497646 - head/games/jfsw
Message-ID:  <201904030619.x336J2pw011247@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Apr  3 06:19:02 2019
New Revision: 497646
URL: https://svnweb.freebsd.org/changeset/ports/497646

Log:
  Add compiler:c++11-lang to USES to fix the following 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/games/jfsw/Makefile

Modified: head/games/jfsw/Makefile
==============================================================================
--- head/games/jfsw/Makefile	Wed Apr  3 06:16:57 2019	(r497645)
+++ head/games/jfsw/Makefile	Wed Apr  3 06:19:02 2019	(r497646)
@@ -17,7 +17,8 @@ LICENSE_PERMS_BuildLic=	dist-mirror no-dist-sell pkg-m
 
 LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis
 
-USES=		alias dos2unix gl gmake gnome pkgconfig:build
+USES=		alias compiler:c++11-lang dos2unix gl gmake gnome \
+		pkgconfig:build
 DOS2UNIX_REGEX=	.*(\.(c|h)|Makefile)(\.deps)?
 
 USE_GITHUB=	yes



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