svn commit: r497628 - head/games/bombherman

Mark Linimon linimon at FreeBSD.org
Wed Apr 3 05:39:01 UTC 2019


Author: linimon
Date: Wed Apr  3 05:38:59 2019
New Revision: 497628
URL: https://svnweb.freebsd.org/changeset/ports/497628

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 at CXXABI_1.3.8'

Modified:
  head/games/bombherman/Makefile

Modified: head/games/bombherman/Makefile
==============================================================================
--- head/games/bombherman/Makefile	Wed Apr  3 05:37:38 2019	(r497627)
+++ head/games/bombherman/Makefile	Wed Apr  3 05:38:59 2019	(r497628)
@@ -22,7 +22,7 @@ GH_ACCOUNT=	Keruspe
 GH_PROJECT=	Bomb-her-man
 GH_TAGNAME=	8f5aa22
 
-USES=		autoreconf gmake pkgconfig
+USES=		autoreconf compiler:c++11-lang gmake pkgconfig
 USE_CXXSTD=	gnu++98
 USE_SDL=	sdl image mixer ttf
 USE_GNOME=	cairo intltool librsvg2


More information about the svn-ports-all mailing list