summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-12-23 20:49:10 +0100
committerPacho Ramos <pacho@gentoo.org>2015-12-23 21:38:04 +0100
commit0dfd5d8f89178e8883682a85b5dca0966e4be231 (patch)
tree3c82229f01b8b439d954ae4b46e8bf501295911b /games-arcade
parentdev-util/crow-designer: Fix building with latest glibmm/libsigc++ (diff)
downloadgentoo-0dfd5d8f89178e8883682a85b5dca0966e4be231.tar.gz
gentoo-0dfd5d8f89178e8883682a85b5dca0966e4be231.tar.bz2
gentoo-0dfd5d8f89178e8883682a85b5dca0966e4be231.zip
games-arcade/monster-masher: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/monster-masher/monster-masher-1.8.1-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games-arcade/monster-masher/monster-masher-1.8.1-r2.ebuild b/games-arcade/monster-masher/monster-masher-1.8.1-r2.ebuild
index 1f8d1a361325..869764161630 100644
--- a/games-arcade/monster-masher/monster-masher-1.8.1-r2.ebuild
+++ b/games-arcade/monster-masher/monster-masher-1.8.1-r2.ebuild
@@ -5,7 +5,7 @@
EAPI=5
GCONF_DEBUG="no"
-inherit autotools eutils gnome2
+inherit autotools eutils flag-o-matic gnome2
DESCRIPTION="Squash the monsters with your levitation worker gnome"
HOMEPAGE="http://people.iola.dk/olau/monster-masher/"
@@ -41,6 +41,8 @@ src_prepare() {
# build with newer glib - bug #424313
sed -i -e 's:glib/gtypes:glib:' src/pixbuf-drawing.hpp || die
+ append-cxxflags -std=c++11
+
eautoreconf
gnome2_src_prepare
}