summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-07-21 16:23:26 +0000
committerPacho Ramos <pacho@gentoo.org>2012-07-21 16:23:26 +0000
commit9a07279891c3f005aa27b18a68453ccd06d7eea3 (patch)
tree38da85739d57a69f79fd2842ce8e26cab3b625bf /games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
parentLet it compile against glib-2.32 (diff)
downloadhistorical-9a07279891c3f005aa27b18a68453ccd06d7eea3.tar.gz
historical-9a07279891c3f005aa27b18a68453ccd06d7eea3.tar.bz2
historical-9a07279891c3f005aa27b18a68453ccd06d7eea3.zip
Let it compile against glib-2.32
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild')
-rw-r--r--games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild b/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
index b62faee86cb2..19c1013d15ac 100644
--- a/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
+++ b/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild,v 1.11 2012/03/17 20:39:30 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild,v 1.12 2012/07/21 16:23:26 pacho Exp $
-EAPI=2
+EAPI=4
inherit autotools eutils gnome2
DESCRIPTION="A Puzzle Bobble clone"
@@ -31,7 +31,8 @@ src_prepare() {
epatch \
"${FILESDIR}"/${P}-asneeded.patch \
"${FILESDIR}"/${P}-gnome-doc.patch \
- "${FILESDIR}"/${P}-noesound.patch
+ "${FILESDIR}"/${P}-noesound.patch \
+ "${FILESDIR}"/${P}-glib-single-include.patch
# bug 260895
sed -i \
-e 's/ -Werror//' \
@@ -39,5 +40,4 @@ src_prepare() {
|| die "sed failed"
AT_NOELIBTOOLIZE=yes eautoreconf
gnome2_src_prepare
- intltoolize --force || die "intltoolize failed" #bug 180458
}