diff options
author | Sam James <sam@gentoo.org> | 2024-11-23 18:50:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-23 18:50:47 +0000 |
commit | f259ad687f07bb829436923b79661990632fc195 (patch) | |
tree | 8193828f1a748e133c39bc0fd7b681dd076db43a /media-video | |
parent | media-libs/ctl: Stabilize 1.5.3 amd64, #944707 (diff) | |
download | gentoo-f259ad687f07bb829436923b79661990632fc195.tar.gz gentoo-f259ad687f07bb829436923b79661990632fc195.tar.bz2 gentoo-f259ad687f07bb829436923b79661990632fc195.zip |
media-video/vlc: needs flex in live
Closes: https://bugs.gentoo.org/944778
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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=( |