summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-02-05 14:16:45 +0000
committerAron Griffis <agriffis@gentoo.org>2004-02-05 14:16:45 +0000
commitbaeddcd0c5f1f9f01e0db97900d4a51fae87aeb1 (patch)
tree84b27019cb0a5cacbe2f97af98c6d227cb75efff /games-arcade
parentNew version, closes bug 40286 (diff)
downloadgentoo-2-baeddcd0c5f1f9f01e0db97900d4a51fae87aeb1.tar.gz
gentoo-2-baeddcd0c5f1f9f01e0db97900d4a51fae87aeb1.tar.bz2
gentoo-2-baeddcd0c5f1f9f01e0db97900d4a51fae87aeb1.zip
add ~alpha with -mieee
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/tuxracer/ChangeLog5
-rw-r--r--games-arcade/tuxracer/tuxracer-0.61-r3.ebuild9
2 files changed, 10 insertions, 4 deletions
diff --git a/games-arcade/tuxracer/ChangeLog b/games-arcade/tuxracer/ChangeLog
index c672e5cb04c7..8fc44a2e6f23 100644
--- a/games-arcade/tuxracer/ChangeLog
+++ b/games-arcade/tuxracer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/tuxracer
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxracer/ChangeLog,v 1.5 2004/01/12 03:43:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxracer/ChangeLog,v 1.6 2004/02/05 14:16:45 agriffis Exp $
+
+ 05 Feb 2004; Aron Griffis <agriffis@gentoo.org> tuxracer-0.61-r3.ebuild:
+ add ~alpha with -mieee
11 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org>
tuxracer-0.61-r3.ebuild:
diff --git a/games-arcade/tuxracer/tuxracer-0.61-r3.ebuild b/games-arcade/tuxracer/tuxracer-0.61-r3.ebuild
index 1b775e026668..b41cb245649f 100644
--- a/games-arcade/tuxracer/tuxracer-0.61-r3.ebuild
+++ b/games-arcade/tuxracer/tuxracer-0.61-r3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxracer/tuxracer-0.61-r3.ebuild,v 1.5 2004/01/12 03:43:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxracer/tuxracer-0.61-r3.ebuild,v 1.6 2004/02/05 14:16:45 agriffis Exp $
-inherit games eutils gcc
+inherit games eutils gcc flag-o-matic
DESCRIPTION="take on the role of Tux, the Linux Penguin, as he races down steep, snow-covered mountains"
HOMEPAGE="http://tuxracer.sourceforge.net/"
@@ -12,7 +12,7 @@ RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc ~amd64"
+KEYWORDS="x86 ppc ~amd64 ~alpha"
IUSE="stencil-buffer"
DEPEND="virtual/opengl
@@ -33,6 +33,9 @@ src_unpack() {
}
src_compile() {
+ # alpha needs -mieee for this game to avoid FPE
+ use alpha && append-flags -mieee
+
egamesconf \
`use_enable stencil-buffer` \
--with-data-dir=${GAMES_DATADIR}/${PN} \