diff options
author | Austin English <wizardedit@gentoo.org> | 2016-06-26 18:12:24 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-06-27 23:38:08 +0200 |
commit | 3ed8c352f4b0aec9ce8e3259dc3e085ad773ed3e (patch) | |
tree | 6e405e2d03c8cd52a310ff16825880d72c186fc9 /media-libs/libvorbis | |
parent | app-backup/tob: fix homepage + src_uri (diff) | |
download | gentoo-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')
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild | 3 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.3.3.ebuild | 3 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.3.4.ebuild | 3 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.3.5.ebuild | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild b/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild index da353a77d7d5..25116d213d1e 100644 --- a/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild +++ b/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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::' \ -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \ configure.ac || die diff --git a/media-libs/libvorbis/libvorbis-1.3.3.ebuild b/media-libs/libvorbis/libvorbis-1.3.3.ebuild index fe0df2a1720c..fdd7cf0bd52c 100644 --- a/media-libs/libvorbis/libvorbis-1.3.3.ebuild +++ b/media-libs/libvorbis/libvorbis-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,6 +23,7 @@ src_prepare() { sed -i \ -e '/CFLAGS/s:-O20::' \ -e '/CFLAGS/s:-mcpu=750::' \ + -e '/CFLAGS/s:-mno-ieee-fp::' \ -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \ configure.ac || die diff --git a/media-libs/libvorbis/libvorbis-1.3.4.ebuild b/media-libs/libvorbis/libvorbis-1.3.4.ebuild index 257009d28ba5..108180c82992 100644 --- a/media-libs/libvorbis/libvorbis-1.3.4.ebuild +++ b/media-libs/libvorbis/libvorbis-1.3.4.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. 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. |