commit:     3ed8c352f4b0aec9ce8e3259dc3e085ad773ed3e
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 23:12:24 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 21:38:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed8c352

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 <AT> gentoo.org>

 media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild | 3 ++-
 media-libs/libvorbis/libvorbis-1.3.3.ebuild    | 3 ++-
 media-libs/libvorbis/libvorbis-1.3.4.ebuild    | 3 ++-
 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 da353a7..25116d2 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 fe0df2a..fdd7cf0 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 257009d..108180c 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 af171b7..bd0d1f2 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.

Reply via email to