From 31e09a87470369955e7fcb7fecd76dd21d187b82 Mon Sep 17 00:00:00 2001 From: David Michael Date: Mon, 22 Mar 2021 11:06:31 +0100 Subject: media-video/vlc: fix gettext version mismatch Make the specified gettext version the minimum instead of the exact version required. It fixes this error when cross-compiling: *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 Closes: https://bugs.gentoo.org/766549 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael Signed-off-by: David Seifert --- media-video/vlc/vlc-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'media-video/vlc/vlc-9999.ebuild') diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 2eec388951d8..cebba4dea7e9 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -272,6 +272,9 @@ src_prepare() { sed -e "/test.*build.*host/s/\$(host)/nothanks/" \ -i Makefile.am -i bin/Makefile.am || die "Failed to disable vlc-cache-gen" + # Fix gettext version mismatch errors. + sed -i -e s/GETTEXT_VERSION/GETTEXT_REQUIRE_VERSION/ configure.ac || die + eautoreconf # Disable automatic running of tests. -- cgit v1.2.3-65-gdbad