Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 07:15:25 +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: r497664 - head/games/wargus
Message-ID:  <201904030715.x337FPAk044412@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Apr  3 07:15:25 2019
New Revision: 497664
URL: https://svnweb.freebsd.org/changeset/ports/497664

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/wargus/Makefile

Modified: head/games/wargus/Makefile
==============================================================================
--- head/games/wargus/Makefile	Wed Apr  3 07:10:33 2019	(r497663)
+++ head/games/wargus/Makefile	Wed Apr  3 07:15:25 2019	(r497664)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libpng.so:graphics/png
 USE_GITHUB=	yes
 GH_ACCOUNT=	Wargus
 
-USES=		cmake pkgconfig
+USES=		cmake compiler:c++11-lang pkgconfig
 CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \
 		-DSHAREDIR:STRING="${DATADIR_REL}"
 USE_XORG=	x11



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