media-video/vlc: Cleanup src_prepare
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 9 Dec 2017 13:22:12 +0000 (14:22 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 9 Dec 2017 13:52:22 +0000 (14:52 +0100)
Package-Manager: Portage-2.3.17, Repoman-2.3.6

media-video/vlc/vlc-2.2.9999.ebuild

index 223c1ec8989138cf646af7040352d654f998f4ff..3f6b509309b99a2f218115e78278ba5ad5e30711 100644 (file)
@@ -232,17 +232,6 @@ src_prepare() {
 
        has_version '>=net-libs/libupnp-1.8.0' && eapply "${FILESDIR}"/${PN}-2.2.8-libupnp-slot-1.8.patch
 
-       # Remove unnecessary warnings about unimplemented pragmas on gcc for now.
-       # Need to recheck this with gcc 4.9 and every subsequent minor bump of gcc.
-       #
-       # config.h:792: warning: ignoring #pragma STDC FENV_ACCESS [-Wunknown-pragmas]
-       # config.h:793: warning: ignoring #pragma STDC FP_CONTRACT [-Wunknown-pragmas]
-       #
-       # https://gcc.gnu.org/c99status.html
-       if tc-is-gcc ; then
-               sed -i 's/ifndef __FAST_MATH__/if 0/g' configure.ac || die
-       fi
-
        # Bootstrap when we are on a git checkout.
        if [[ ${PV} = *9999 ]] ; then
                ./bootstrap