games-board/gmchess: Fix building with latest glibmm/libsigc++
authorPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 19:58:17 +0000 (20:58 +0100)
committerPacho Ramos <pacho@gentoo.org>
Wed, 23 Dec 2015 20:38:06 +0000 (21:38 +0100)
Package-Manager: portage-2.2.26

games-board/gmchess/gmchess-0.29.6-r1.ebuild

index d1e290c9cf5dc0e3b6e427545a211aaf1d5610ec..2777f8ddd29a0d46b950ff09e0996cfe05de8eb9 100644 (file)
@@ -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'