Date: Wed, 3 Apr 2019 06:12:13 +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: r497642 - head/games/gnubik Message-ID: <201904030612.x336CD7v008242@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Apr 3 06:12:13 2019 New Revision: 497642 URL: https://svnweb.freebsd.org/changeset/ports/497642 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' While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/games/gnubik/Makefile Modified: head/games/gnubik/Makefile ============================================================================== --- head/games/gnubik/Makefile Wed Apr 3 06:11:46 2019 (r497641) +++ head/games/gnubik/Makefile Wed Apr 3 06:12:13 2019 (r497642) @@ -17,7 +17,7 @@ LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext GNU_CONFIGURE= yes -USES= gettext gmake localbase pkgconfig +USES= compiler:c++11-lang gettext gl gmake localbase pkgconfig USE_GNOME= gtk20 USE_GL= gl glu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030612.x336CD7v008242>