summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-03-19 19:52:59 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-03-19 19:52:59 +0000
commit110c93371e2a11c7514859acdbaa5b25567c5a8b (patch)
treef6b14c66bdcaa0e79133097d54140b9e8643d4db /games-arcade/supertux/supertux-0.1.3.ebuild
parentStable on amd64 per bug #126842 (diff)
downloadgentoo-2-110c93371e2a11c7514859acdbaa5b25567c5a8b.tar.gz
gentoo-2-110c93371e2a11c7514859acdbaa5b25567c5a8b.tar.bz2
gentoo-2-110c93371e2a11c7514859acdbaa5b25567c5a8b.zip
Add patch to fix compilation with gcc-4.1 by degrenier AT easyconnect DOT fr; bug #126807
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'games-arcade/supertux/supertux-0.1.3.ebuild')
-rw-r--r--games-arcade/supertux/supertux-0.1.3.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/games-arcade/supertux/supertux-0.1.3.ebuild b/games-arcade/supertux/supertux-0.1.3.ebuild
index 563428f391a7..157dada23ce2 100644
--- a/games-arcade/supertux/supertux-0.1.3.ebuild
+++ b/games-arcade/supertux/supertux-0.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.3 2006/01/13 22:02:32 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.4 2006/03/19 19:52:59 halcy0n Exp $
GAMES_USE_SDL="nojoystick" #bug #100372
inherit eutils games
@@ -28,6 +28,12 @@ pkg_setup() {
games_pkg_setup
}
+src_unpack() {
+ unpack ${A}
+
+ epatch "${FILESDIR}"/${P}-gcc41.patch
+}
+
src_compile() {
egamesconf \
--disable-dependency-tracking \