Date: Wed, 3 Apr 2019 05:42:01 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r497629 - branches/2019Q2/games/bombherman Message-ID: <201904030542.x335g1u1092502@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Apr 3 05:42:00 2019 New Revision: 497629 URL: https://svnweb.freebsd.org/changeset/ports/497629 Log: MFH: r497628 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: branches/2019Q2/games/bombherman/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/games/bombherman/Makefile ============================================================================== --- branches/2019Q2/games/bombherman/Makefile Wed Apr 3 05:38:59 2019 (r497628) +++ branches/2019Q2/games/bombherman/Makefile Wed Apr 3 05:42:00 2019 (r497629) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030542.x335g1u1092502>