Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Thu, 12 Jan 2012 00:06:31
Message-Id: 9956ad59a0203da83c935c2235de5d82f06a1f3c.mattst88@gentoo
1 commit: 9956ad59a0203da83c935c2235de5d82f06a1f3c
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 12 00:05:20 2012 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Thu Jan 12 00:05:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=9956ad59
7
8 media-libs/mesa: drop appending -ffast-math
9
10 -ffast-math breaks glsl-const-folding-01.
11
12 ---
13 media-libs/mesa/mesa-9999.ebuild | 2 --
14 1 files changed, 0 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
17 index ec83a5f..ff2ff14 100644
18 --- a/media-libs/mesa/mesa-9999.ebuild
19 +++ b/media-libs/mesa/mesa-9999.ebuild
20 @@ -139,8 +139,6 @@ pkg_setup() {
21 append-flags -fno-ivopts
22 fi
23
24 - # recommended by upstream
25 - append-flags -ffast-math
26 # workaround toc-issue wrt #386545
27 use ppc64 && append-flags -mminimal-toc
28 }