media-video/cinelerra-gg: try to fix undefined reference to symbol tgetnum

Closes: https://bugs.gentoo.org/924419
This commit is contained in:
2024-08-10 20:19:12 +03:00
committed by Viorel
parent 548476dcd2
commit 0365b1fccf
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
inherit autotools xdg inherit autotools flag-o-matic xdg
MY_PV=${PV//./} MY_PV=${PV//./}
@@ -89,6 +89,9 @@ src_prepare() {
} }
src_configure() { src_configure() {
# bug #924419
append-ldflags "-Wl,--copy-dt-needed-entries"
local myconf=( local myconf=(
--enable-ffmpeg --enable-ffmpeg
--without-esound --without-esound