diff options
Diffstat (limited to 'games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild')
-rw-r--r-- | games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild b/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild index 698ae43eff3f..6ce9cb3e70ed 100644 --- a/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild +++ b/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild,v 1.2 2008/01/18 02:56:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.0.ebuild,v 1.3 2008/04/24 02:01:31 mr_bones_ Exp $ inherit eutils games @@ -26,6 +26,12 @@ DEPEND="${RDEPEND} S=${WORKDIR}/fillets-ng-${PV} +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${P}-gcc43.patch" +} + src_compile() { egamesconf \ --datadir="${GAMES_DATADIR}/${PN}" \ |