Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/
Date: Sat, 09 Dec 2017 13:52:45
Message-Id: 1512827542.24314b98e0c6e479dba9f8fde1d03332de79bd9e.asturm@gentoo
1 commit: 24314b98e0c6e479dba9f8fde1d03332de79bd9e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 13:22:12 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 13:52:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24314b98
7
8 media-video/vlc: Cleanup src_prepare
9
10 Package-Manager: Portage-2.3.17, Repoman-2.3.6
11
12 media-video/vlc/vlc-2.2.9999.ebuild | 11 -----------
13 1 file changed, 11 deletions(-)
14
15 diff --git a/media-video/vlc/vlc-2.2.9999.ebuild b/media-video/vlc/vlc-2.2.9999.ebuild
16 index 223c1ec8989..3f6b509309b 100644
17 --- a/media-video/vlc/vlc-2.2.9999.ebuild
18 +++ b/media-video/vlc/vlc-2.2.9999.ebuild
19 @@ -232,17 +232,6 @@ src_prepare() {
20
21 has_version '>=net-libs/libupnp-1.8.0' && eapply "${FILESDIR}"/${PN}-2.2.8-libupnp-slot-1.8.patch
22
23 - # Remove unnecessary warnings about unimplemented pragmas on gcc for now.
24 - # Need to recheck this with gcc 4.9 and every subsequent minor bump of gcc.
25 - #
26 - # config.h:792: warning: ignoring #pragma STDC FENV_ACCESS [-Wunknown-pragmas]
27 - # config.h:793: warning: ignoring #pragma STDC FP_CONTRACT [-Wunknown-pragmas]
28 - #
29 - # https://gcc.gnu.org/c99status.html
30 - if tc-is-gcc ; then
31 - sed -i 's/ifndef __FAST_MATH__/if 0/g' configure.ac || die
32 - fi
33 -
34 # Bootstrap when we are on a git checkout.
35 if [[ ${PV} = *9999 ]] ; then
36 ./bootstrap