commit: f259ad687f07bb829436923b79661990632fc195 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 23 18:50:47 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 23 18:50:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f259ad68
media-video/vlc: needs flex in live Closes: https://bugs.gentoo.org/944778 Signed-off-by: Sam James <sam <AT> gentoo.org> media-video/vlc/vlc-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 3de4fee9b517..80a34ce1ebdf 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -57,6 +57,7 @@ REQUIRED_USE=" " BDEPEND=" >=sys-devel/gettext-0.19.8 + sys-devel/flex virtual/pkgconfig lua? ( ${LUA_DEPS} ) amd64? ( dev-lang/yasm ) @@ -282,6 +283,9 @@ src_prepare() { } src_configure() { + # bug #944778 + unset LEX + local -x BUILDCC="$(tc-getBUILD_CC)" local myeconfargs=(
