summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-09 14:22:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-09 14:52:22 +0100
commit24314b98e0c6e479dba9f8fde1d03332de79bd9e (patch)
treeba222cbdd6960c171cebc8abafb65d05cd6f6d36
parentmedia-video/vlc: Fix configure with slotted >=net-libs/libupnp-1.8 (diff)
downloadgentoo-24314b98.tar.gz
gentoo-24314b98.tar.bz2
gentoo-24314b98.zip
media-video/vlc: Cleanup src_prepare
Package-Manager: Portage-2.3.17, Repoman-2.3.6
-rw-r--r--media-video/vlc/vlc-2.2.9999.ebuild11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-video/vlc/vlc-2.2.9999.ebuild b/media-video/vlc/vlc-2.2.9999.ebuild
index 223c1ec89891..3f6b509309b9 100644
--- a/media-video/vlc/vlc-2.2.9999.ebuild
+++ b/media-video/vlc/vlc-2.2.9999.ebuild
@@ -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