diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-14 19:59:39 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-14 19:59:39 +0000 |
commit | 70e433ac0d6022a931ae38716ef0cdec1ae5e3ff (patch) | |
tree | b688fa151c8f5a5c69b75a1495f88d8a4ab245a0 /games-arcade/pengupop/pengupop-2.2.5.ebuild | |
parent | arm stable, bug #328383 (diff) | |
download | gentoo-2-70e433ac0d6022a931ae38716ef0cdec1ae5e3ff.tar.gz gentoo-2-70e433ac0d6022a931ae38716ef0cdec1ae5e3ff.tar.bz2 gentoo-2-70e433ac0d6022a931ae38716ef0cdec1ae5e3ff.zip |
Fix underlink. Bug #368923
(Portage version: 2.1.10.2/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/pengupop/pengupop-2.2.5.ebuild')
-rw-r--r-- | games-arcade/pengupop/pengupop-2.2.5.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/games-arcade/pengupop/pengupop-2.2.5.ebuild b/games-arcade/pengupop/pengupop-2.2.5.ebuild index cf39e5eb87bd..02689c652d22 100644 --- a/games-arcade/pengupop/pengupop-2.2.5.ebuild +++ b/games-arcade/pengupop/pengupop-2.2.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/pengupop-2.2.5.ebuild,v 1.4 2010/06/14 17:18:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/pengupop-2.2.5.ebuild,v 1.5 2011/06/14 19:59:39 tupone Exp $ EAPI=2 -inherit eutils games +inherit eutils autotools games DESCRIPTION="Networked multiplayer-only Puzzle Bubble clone" HOMEPAGE="http://freshmeat.net/projects/pengupop" @@ -18,10 +18,14 @@ DEPEND="media-libs/libsdl[audio,video] sys-libs/zlib" src_prepare() { + epatch "${FILESDIR}"/${P}-underlink.patch + sed -i \ -e 's/-g -Wall -O2/-Wall/' \ - Makefile.in \ + Makefile.am \ || die "sed failed" + + eautoreconf } src_install() { |