summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-12-23 20:58:17 +0100
committerPacho Ramos <pacho@gentoo.org>2015-12-23 21:38:06 +0100
commit9c2b997188c8b5bd04bcdf240c746423799abcd3 (patch)
tree33b249b638d89580c41c16a3a6562fd24d0d30e6 /games-board
parentgames-arcade/monster-masher: Fix building with latest glibmm/libsigc++ (diff)
downloadgentoo-9c2b997188c8b5bd04bcdf240c746423799abcd3.tar.gz
gentoo-9c2b997188c8b5bd04bcdf240c746423799abcd3.tar.bz2
gentoo-9c2b997188c8b5bd04bcdf240c746423799abcd3.zip
games-board/gmchess: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gmchess/gmchess-0.29.6-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
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'