summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-06-26 18:12:24 -0500
committerDavid Seifert <soap@gentoo.org>2016-06-27 23:38:08 +0200
commit3ed8c352f4b0aec9ce8e3259dc3e085ad773ed3e (patch)
tree6e405e2d03c8cd52a310ff16825880d72c186fc9 /media-libs/libvorbis/libvorbis-1.3.5.ebuild
parentapp-backup/tob: fix homepage + src_uri (diff)
downloadgentoo-3ed8c352f4b0aec9ce8e3259dc3e085ad773ed3e.tar.gz
gentoo-3ed8c352f4b0aec9ce8e3259dc3e085ad773ed3e.tar.bz2
gentoo-3ed8c352f4b0aec9ce8e3259dc3e085ad773ed3e.zip
media-libs/libvorbis: fix building with Clang
Gentoo-Bug: https://bugs.gentoo.org/587122 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1764 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/libvorbis/libvorbis-1.3.5.ebuild')
-rw-r--r--media-libs/libvorbis/libvorbis-1.3.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libvorbis/libvorbis-1.3.5.ebuild b/media-libs/libvorbis/libvorbis-1.3.5.ebuild
index af171b707f52..bd0d1f28202e 100644
--- a/media-libs/libvorbis/libvorbis-1.3.5.ebuild
+++ b/media-libs/libvorbis/libvorbis-1.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -27,6 +27,7 @@ src_prepare() {
sed -i \
-e '/CFLAGS/s:-O20::' \
-e '/CFLAGS/s:-mcpu=750::' \
+ -e '/CFLAGS/s:-mno-ieee-fp::' \
configure.ac || die
# Un-hack docdir redefinition.