Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvorbis/
Date: Mon, 27 Jun 2016 21:41:00
Message-Id: 1467063488.3ed8c352f4b0aec9ce8e3259dc3e085ad773ed3e.soap@gentoo
1 commit: 3ed8c352f4b0aec9ce8e3259dc3e085ad773ed3e
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 23:12:24 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 27 21:38:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed8c352
7
8 media-libs/libvorbis: fix building with Clang
9
10 Gentoo-Bug: https://bugs.gentoo.org/587122
11
12 Package-Manager: portage-2.2.28
13 Closes: https://github.com/gentoo/gentoo/pull/1764
14
15 Signed-off-by: David Seifert <soap <AT> gentoo.org>
16
17 media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild | 3 ++-
18 media-libs/libvorbis/libvorbis-1.3.3.ebuild | 3 ++-
19 media-libs/libvorbis/libvorbis-1.3.4.ebuild | 3 ++-
20 media-libs/libvorbis/libvorbis-1.3.5.ebuild | 3 ++-
21 4 files changed, 8 insertions(+), 4 deletions(-)
22
23 diff --git a/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild b/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild
24 index da353a7..25116d2 100644
25 --- a/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild
26 +++ b/media-libs/libvorbis/libvorbis-1.3.3-r1.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 +# Copyright 1999-2016 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 # $Id$
32
33 @@ -27,6 +27,7 @@ src_prepare() {
34 sed -i \
35 -e '/CFLAGS/s:-O20::' \
36 -e '/CFLAGS/s:-mcpu=750::' \
37 + -e '/CFLAGS/s:-mno-ieee-fp::' \
38 -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
39 configure.ac || die
40
41
42 diff --git a/media-libs/libvorbis/libvorbis-1.3.3.ebuild b/media-libs/libvorbis/libvorbis-1.3.3.ebuild
43 index fe0df2a..fdd7cf0 100644
44 --- a/media-libs/libvorbis/libvorbis-1.3.3.ebuild
45 +++ b/media-libs/libvorbis/libvorbis-1.3.3.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2013 Gentoo Foundation
48 +# Copyright 1999-2016 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Id$
51
52 @@ -23,6 +23,7 @@ src_prepare() {
53 sed -i \
54 -e '/CFLAGS/s:-O20::' \
55 -e '/CFLAGS/s:-mcpu=750::' \
56 + -e '/CFLAGS/s:-mno-ieee-fp::' \
57 -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
58 configure.ac || die
59
60
61 diff --git a/media-libs/libvorbis/libvorbis-1.3.4.ebuild b/media-libs/libvorbis/libvorbis-1.3.4.ebuild
62 index 257009d..108180c 100644
63 --- a/media-libs/libvorbis/libvorbis-1.3.4.ebuild
64 +++ b/media-libs/libvorbis/libvorbis-1.3.4.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 +# Copyright 1999-2016 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 # $Id$
70
71 @@ -27,6 +27,7 @@ src_prepare() {
72 sed -i \
73 -e '/CFLAGS/s:-O20::' \
74 -e '/CFLAGS/s:-mcpu=750::' \
75 + -e '/CFLAGS/s:-mno-ieee-fp::' \
76 configure.ac || die
77
78 # Un-hack docdir redefinition.
79
80 diff --git a/media-libs/libvorbis/libvorbis-1.3.5.ebuild b/media-libs/libvorbis/libvorbis-1.3.5.ebuild
81 index af171b7..bd0d1f2 100644
82 --- a/media-libs/libvorbis/libvorbis-1.3.5.ebuild
83 +++ b/media-libs/libvorbis/libvorbis-1.3.5.ebuild
84 @@ -1,4 +1,4 @@
85 -# Copyright 1999-2015 Gentoo Foundation
86 +# Copyright 1999-2016 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Id$
89
90 @@ -27,6 +27,7 @@ src_prepare() {
91 sed -i \
92 -e '/CFLAGS/s:-O20::' \
93 -e '/CFLAGS/s:-mcpu=750::' \
94 + -e '/CFLAGS/s:-mno-ieee-fp::' \
95 configure.ac || die
96
97 # Un-hack docdir redefinition.