diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-05 14:16:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-05 14:16:45 +0000 |
commit | baeddcd0c5f1f9f01e0db97900d4a51fae87aeb1 (patch) | |
tree | 84b27019cb0a5cacbe2f97af98c6d227cb75efff /games-arcade/tuxracer/tuxracer-0.61-r3.ebuild | |
parent | New version, closes bug 40286 (diff) | |
download | gentoo-2-baeddcd0c5f1f9f01e0db97900d4a51fae87aeb1.tar.gz gentoo-2-baeddcd0c5f1f9f01e0db97900d4a51fae87aeb1.tar.bz2 gentoo-2-baeddcd0c5f1f9f01e0db97900d4a51fae87aeb1.zip |
add ~alpha with -mieee
Diffstat (limited to 'games-arcade/tuxracer/tuxracer-0.61-r3.ebuild')
-rw-r--r-- | games-arcade/tuxracer/tuxracer-0.61-r3.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
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} \ |