svn commit: r497633 - branches/2019Q2/games/crack-attack
Mark Linimon
linimon at FreeBSD.org
Wed Apr 3 05:50:37 UTC 2019
Author: linimon
Date: Wed Apr 3 05:50:36 2019
New Revision: 497633
URL: https://svnweb.freebsd.org/changeset/ports/497633
Log:
MFH: r497632
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/crack-attack/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/games/crack-attack/Makefile
==============================================================================
--- branches/2019Q2/games/crack-attack/Makefile Wed Apr 3 05:48:14 2019 (r497632)
+++ branches/2019Q2/games/crack-attack/Makefile Wed Apr 3 05:50:36 2019 (r497633)
@@ -10,7 +10,7 @@ MASTER_SITES= SAVANNAH
MAINTAINER= amdmi3 at FreeBSD.org
COMMENT= OpenGL game based on Super Nintendo classic Tetris Attack
-USES= pkgconfig
+USES= compiler:c++11-lang pkgconfig
USE_XORG= x11 xi xmu sm ice
USE_GL= glut
USE_GNOME= gtk20
More information about the svn-ports-branches
mailing list