diff options
Diffstat (limited to 'games-action/clanbomber/clanbomber-1.05.ebuild')
-rw-r--r-- | games-action/clanbomber/clanbomber-1.05.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/clanbomber/clanbomber-1.05.ebuild b/games-action/clanbomber/clanbomber-1.05.ebuild index d7281b9d1c85..aa7e3e02e4a7 100644 --- a/games-action/clanbomber/clanbomber-1.05.ebuild +++ b/games-action/clanbomber/clanbomber-1.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-1.05.ebuild,v 1.3 2004/08/15 08:55:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-1.05.ebuild,v 1.4 2004/12/08 09:33:33 mr_bones_ Exp $ inherit games eutils flag-o-matic @@ -27,6 +27,7 @@ src_unpack() { clanbomber/{,*/}Makefile.in \ || die "sed failed" epatch "${FILESDIR}/${PV}-no-display.patch" + epatch "${FILESDIR}/${PV}-gcc34.patch" } src_compile() { @@ -38,6 +39,6 @@ src_compile() { src_install() { make DESTDIR=${D} install || die "make install failed" - dodoc AUTHORS ChangeLog IDEAS QUOTES README TODO + dodoc AUTHORS ChangeLog IDEAS QUOTES README prepgamesdirs } |