From: Pacho Ramos Date: Wed, 23 Dec 2015 19:58:17 +0000 (+0100) Subject: games-board/gmchess: Fix building with latest glibmm/libsigc++ X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9c2b997188c8b5bd04bcdf240c746423799abcd3;p=gentoo.git games-board/gmchess: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 --- diff --git a/games-board/gmchess/gmchess-0.29.6-r1.ebuild b/games-board/gmchess/gmchess-0.29.6-r1.ebuild index d1e290c9cf5d..2777f8ddd29a 100644 --- a/games-board/gmchess/gmchess-0.29.6-r1.ebuild +++ b/games-board/gmchess/gmchess-0.29.6-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit autotools libtool gnome2-utils games +inherit autotools flag-o-matic libtool gnome2-utils games DESCRIPTION="Chinese chess with gtkmm and c++" HOMEPAGE="https://code.google.com/p/gmchess/" @@ -28,6 +28,7 @@ src_prepare() { } src_configure() { + append-cxxflags -std=c++11 egamesconf \ --disable-static \ --localedir='/usr/share/locale'