svn commit: r497645 - branches/2019Q2/games/gnubik
Mark Linimon
linimon at FreeBSD.org
Wed Apr 3 06:16:58 UTC 2019
Author: linimon
Date: Wed Apr 3 06:16:57 2019
New Revision: 497645
URL: https://svnweb.freebsd.org/changeset/ports/497645
Log:
MFH: r497642
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'
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Modified:
branches/2019Q2/games/gnubik/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/games/gnubik/Makefile
==============================================================================
--- branches/2019Q2/games/gnubik/Makefile Wed Apr 3 06:14:42 2019 (r497644)
+++ branches/2019Q2/games/gnubik/Makefile Wed Apr 3 06:16:57 2019 (r497645)
@@ -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
More information about the svn-ports-branches
mailing list