svn commit: r497649 - branches/2019Q2/games/jfsw

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 06:23:20 UTC 2019


Author: linimon
Date: Wed Apr  3 06:23:19 2019
New Revision: 497649
URL: https://svnweb.freebsd.org/changeset/ports/497649

Log:
  MFH: r497646
  
  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 at CXXABI_1.3.8'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2019Q2/games/jfsw/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/jfsw/Makefile
==============================================================================
--- branches/2019Q2/games/jfsw/Makefile	Wed Apr  3 06:20:53 2019	(r497648)
+++ branches/2019Q2/games/jfsw/Makefile	Wed Apr  3 06:23:19 2019	(r497649)
@@ -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


More information about the svn-ports-all mailing list