diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-10 03:21:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-10 03:21:25 +0000 |
commit | c15e40f124deb04df41296ceecd08766a4b8e9ee (patch) | |
tree | 1a5d07e31c96b7298d1333b02a2291cc0b15b4cb /games-board | |
parent | fix deps and wrapper per bug #68134 (Manifest recommit) (diff) | |
download | gentoo-2-c15e40f124deb04df41296ceecd08766a4b8e9ee.tar.gz gentoo-2-c15e40f124deb04df41296ceecd08766a4b8e9ee.tar.bz2 gentoo-2-c15e40f124deb04df41296ceecd08766a4b8e9ee.zip |
filter-flags -ffast-math #bug #67929
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnubg/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/gnubg/gnubg-0.14.2.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games-board/gnubg/ChangeLog b/games-board/gnubg/ChangeLog index 113eb495caf2..f6f7c6d84370 100644 --- a/games-board/gnubg/ChangeLog +++ b/games-board/gnubg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/gnubg # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.11 2004/09/16 00:52:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/ChangeLog,v 1.12 2004/12/10 03:21:25 mr_bones_ Exp $ + + 09 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> gnubg-0.14.2.ebuild: + filter-flags -ffast-math #bug #67929 15 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> gnubg-0.14.2.ebuild: Added to -amd64. diff --git a/games-board/gnubg/gnubg-0.14.2.ebuild b/games-board/gnubg/gnubg-0.14.2.ebuild index 85f47ea4b18e..dd1bb4f6d656 100644 --- a/games-board/gnubg/gnubg-0.14.2.ebuild +++ b/games-board/gnubg/gnubg-0.14.2.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-board/gnubg/gnubg-0.14.2.ebuild,v 1.5 2004/09/16 00:52:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.2.ebuild,v 1.6 2004/12/10 03:21:25 mr_bones_ Exp $ -inherit gnuconfig games +inherit gnuconfig flag-o-matic games WPV="0.14" DESCRIPTION="GNU BackGammon" @@ -81,6 +81,8 @@ src_compile() { myconf="${myconf} --without-sound --disable-esdtest --disable-artsc-test" fi + filter-flags -ffast-math #bug #67929 + # configure script doesn't handle this option correctly. # `use_with guile` \ egamesconf \ |