--- monkey-bubble-0.3.2.ebuild.orig 2006-04-30 17:31:07.000000000 +0200 +++ monkey-bubble-0.3.2.ebuild 2006-04-30 17:37:31.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild,v 1.11 2006/04/24 12:33:10 tupone Exp $ -inherit eutils gnome2 +inherit autotools eutils gnome2 DESCRIPTION="A Puzzle Bobble clone" HOMEPAGE="http://home.gna.org/monkeybubble/" @@ -28,6 +28,8 @@ unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}.amd64.patch" + epatch "${FILESDIR}/${P}-asneeded.patch" + eautoreconf sed -i \ -e "s:-Werror::" \ src/util/Makefile.in \