diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-26 21:53:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-26 21:53:12 +0000 |
commit | 019982b2ed9cf0c663a1000c98a704819b5a0ff5 (patch) | |
tree | 6f174123b44c51bd514c2e7a823404e119140917 /games-action/shootingstar/shootingstar-1.2.0.ebuild | |
parent | Killing package that should never have been added... stupid epkgmove... (diff) | |
download | historical-019982b2ed9cf0c663a1000c98a704819b5a0ff5.tar.gz historical-019982b2ed9cf0c663a1000c98a704819b5a0ff5.tar.bz2 historical-019982b2ed9cf0c663a1000c98a704819b5a0ff5.zip |
Add patch from Loz Hygate to address gcc 3.4 compile (bug #58287)
Diffstat (limited to 'games-action/shootingstar/shootingstar-1.2.0.ebuild')
-rw-r--r-- | games-action/shootingstar/shootingstar-1.2.0.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/games-action/shootingstar/shootingstar-1.2.0.ebuild b/games-action/shootingstar/shootingstar-1.2.0.ebuild index 1b36a26d48b0..db92aa369c17 100644 --- a/games-action/shootingstar/shootingstar-1.2.0.ebuild +++ b/games-action/shootingstar/shootingstar-1.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.2 2004/06/24 21:59:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/shootingstar/shootingstar-1.2.0.ebuild,v 1.3 2004/07/26 21:53:12 mr_bones_ Exp $ -inherit games +inherit eutils games DESCRIPTION="A topdown shooter" HOMEPAGE="http://www.2ndpoint.fi/ss" @@ -20,6 +20,12 @@ DEPEND="virtual/x11 media-libs/sdl-mixer media-libs/sdl-image" +src_unpack() { + unpack ${A} + cd ${S} + epatch "${FILESDIR}/1.2.0-gcc34.patch" +} + src_install () { make DESTDIR=${D} install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README TODO |