commit: 9fcd60fdaf6216298340e24fde553d89456012d2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 6 23:48:38 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 7 00:01:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fcd60fd
media-video/vlc: Cleanup src_prepare
Package-Manager: Portage-2.3.16, Repoman-2.3.6
media-video/vlc/vlc-9999.ebuild | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild
index fab0c1c9fc0..e22e7fce971 100644
--- a/media-video/vlc/vlc-9999.ebuild
+++ b/media-video/vlc/vlc-9999.ebuild
@@ -253,24 +253,13 @@ S="${WORKDIR}/${MY_P}"
src_prepare() {
default
- # 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
fi
# Make it build with libtool 1.5
- rm -f m4/lt* m4/libtool.m4 || die
+ rm m4/lt* m4/libtool.m4 || die
# We are not in a real git checkout due to the absence of a .git
directory.
touch src/revision.txt || die