diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2005-05-28 03:01:30 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2005-05-28 03:01:30 +0000 |
commit | b8caf6a981d2d2ec2913d46a705fe492b0bc7b86 (patch) | |
tree | 291bf5511b0d4207c68ed74883b535b3a025bd2f /media-gfx/xv/xv-3.10a-r10.ebuild | |
parent | Fix for Bug #93296 (diff) | |
download | gentoo-2-b8caf6a981d2d2ec2913d46a705fe492b0bc7b86.tar.gz gentoo-2-b8caf6a981d2d2ec2913d46a705fe492b0bc7b86.tar.bz2 gentoo-2-b8caf6a981d2d2ec2913d46a705fe492b0bc7b86.zip |
Fix for bug with -ffast-math flag.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-gfx/xv/xv-3.10a-r10.ebuild')
-rw-r--r-- | media-gfx/xv/xv-3.10a-r10.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-gfx/xv/xv-3.10a-r10.ebuild b/media-gfx/xv/xv-3.10a-r10.ebuild index ce526176461b..fe99a2f11811 100644 --- a/media-gfx/xv/xv-3.10a-r10.ebuild +++ b/media-gfx/xv/xv-3.10a-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a-r10.ebuild,v 1.10 2005/05/16 15:29:54 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a-r10.ebuild,v 1.11 2005/05/28 03:01:30 j4rg0n Exp $ inherit ccc flag-o-matic eutils @@ -49,6 +49,9 @@ src_unpack() { } src_compile() { + if use ppc-macos; then + filter-flags -ffast-math + fi if use jpeg; then append-flags -DDOJPEG else |