svn commit: r497665 - branches/2019Q2/games/wargus
Mark Linimon
linimon at FreeBSD.org
Wed Apr 3 07:18:40 UTC 2019
Author: linimon
Date: Wed Apr 3 07:18:38 2019
New Revision: 497665
URL: https://svnweb.freebsd.org/changeset/ports/497665
Log:
MFH: r497664
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/wargus/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/games/wargus/Makefile
==============================================================================
--- branches/2019Q2/games/wargus/Makefile Wed Apr 3 07:15:25 2019 (r497664)
+++ branches/2019Q2/games/wargus/Makefile Wed Apr 3 07:18:38 2019 (r497665)
@@ -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
More information about the svn-ports-all
mailing list