From 9c2b997188c8b5bd04bcdf240c746423799abcd3 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 23 Dec 2015 20:58:17 +0100 Subject: [PATCH] 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 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' -- 2.26.2