Skip to content

Commit

Permalink
games-arcade/monster-masher: Fix building with latest glibmm/libsigc++
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
pacho2 committed Dec 23, 2015
1 parent 654a828 commit 0dfd5d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion games-arcade/monster-masher/monster-masher-1.8.1-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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
}

0 comments on commit 0dfd5d8

Please sign in to comment.