media-libs/libvorbis: fix building with Clang
authorAustin English <wizardedit@gentoo.org>
Sun, 26 Jun 2016 23:12:24 +0000 (18:12 -0500)
committerDavid Seifert <soap@gentoo.org>
Mon, 27 Jun 2016 21:38:08 +0000 (23:38 +0200)
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>
media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild
media-libs/libvorbis/libvorbis-1.3.3.ebuild
media-libs/libvorbis/libvorbis-1.3.4.ebuild
media-libs/libvorbis/libvorbis-1.3.5.ebuild

index da353a77d7d5ca2c7c25b68911c0474d2ee9ee2c..25116d213d1ebf7a7b27edf1b7c16349b13d7a41 100644 (file)
@@ -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
 
index fe0df2a1720c84a07a91c3435e3c20e599489dab..fdd7cf0bd52c234c1e4e1a3349cdcc469e85680c 100644 (file)
@@ -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
 
index 257009d28ba513fba15e3b9ca9c5b1c132a679de..108180c82992f24865049ce51c461ee74f780e58 100644 (file)
@@ -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.
index af171b707f52e572013f47c6ccac7b377e382005..bd0d1f28202e152a7f5aee420b1b25661fe805f5 100644 (file)
@@ -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.