commit: 9c2b997188c8b5bd04bcdf240c746423799abcd3 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Dec 23 19:58:17 2015 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Dec 23 20:38:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2b9971
games-board/gmchess: Fix building with latest glibmm/libsigc++ Package-Manager: portage-2.2.26 games-board/gmchess/gmchess-0.29.6-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-board/gmchess/gmchess-0.29.6-r1.ebuild b/games-board/gmchess/gmchess-0.29.6-r1.ebuild index d1e290c..2777f8d 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'
