diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-04-14 04:01:37 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-04-14 04:01:37 +0000 |
commit | 75eb21dbe2ce1f3982f68781db6be782e6a921b1 (patch) | |
tree | bce550e48e59f3d93dfcf9f6e0a7fa69289504e4 /games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild | |
parent | Fixed dependencies to allow for installation with eclipse-sdk-3.1. (diff) | |
download | gentoo-2-75eb21dbe2ce1f3982f68781db6be782e6a921b1.tar.gz gentoo-2-75eb21dbe2ce1f3982f68781db6be782e6a921b1.tar.bz2 gentoo-2-75eb21dbe2ce1f3982f68781db6be782e6a921b1.zip |
Add patch to fix compilation with gcc-4.1 by TGL <degrenier AT easyconnect DOT fr>; bug #126015
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild')
-rw-r--r-- | games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild index bba11f8aa4ab..9dfad42beb3b 100644 --- a/games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild +++ b/games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild,v 1.12 2006/02/28 06:40:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/kobodeluxe/kobodeluxe-0.4_pre10.ebuild,v 1.13 2006/04/14 04:01:37 halcy0n Exp $ -inherit flag-o-matic games +inherit flag-o-matic eutils games MY_P="KoboDeluxe-${PV/_/}" DESCRIPTION="An SDL port of xkobo, a addictive space shoot-em-up" @@ -18,12 +18,13 @@ DEPEND="media-libs/libsdl media-libs/sdl-image opengl? ( virtual/opengl )" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}"/${MY_P} src_unpack() { filter-flags -fforce-addr unpack ${A} cd "${S}" + epatch "${FILESDIR}"/${P}-gcc41.patch # Fix paths sed -i \ -e 's:\$(datadir)/games/kobo-deluxe:$(datadir)/kobodeluxe:' \ |