diff options
Diffstat (limited to 'games-arcade/monster-masher')
-rw-r--r-- | games-arcade/monster-masher/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/monster-masher/monster-masher-1.8.1-r1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games-arcade/monster-masher/ChangeLog b/games-arcade/monster-masher/ChangeLog index c0523162dd0e..87edcc40a77a 100644 --- a/games-arcade/monster-masher/ChangeLog +++ b/games-arcade/monster-masher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/monster-masher # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.27 2012/05/04 04:22:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.28 2012/06/30 22:17:34 mr_bones_ Exp $ + + 30 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> + monster-masher-1.8.1-r1.ebuild: + build with newer glib - bug #424313 04 May 2012; Jeff Horelick <jdhore@gentoo.org> monster-masher-1.8.1-r1.ebuild: diff --git a/games-arcade/monster-masher/monster-masher-1.8.1-r1.ebuild b/games-arcade/monster-masher/monster-masher-1.8.1-r1.ebuild index ad4d4d61043d..c4458808718f 100644 --- a/games-arcade/monster-masher/monster-masher-1.8.1-r1.ebuild +++ b/games-arcade/monster-masher/monster-masher-1.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.8.1-r1.ebuild,v 1.3 2012/05/04 04:22:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.8.1-r1.ebuild,v 1.4 2012/06/30 22:17:34 mr_bones_ Exp $ EAPI=3 GCONF_DEBUG="no" @@ -31,6 +31,8 @@ DEPEND="${RDEPEND} src_prepare() { # Port to libcanberra, bug #348605 epatch "${FILESDIR}"/${P}-libcanberra.patch + # build with newer glib - bug #424313 + sed -i -e 's:glib/gtypes:glib:' src/pixbuf-drawing.hpp || die intltoolize --force --copy --automake || die eautoreconf |