[Bug 239567] multimedia/ffmpeg: build with FLITE=on fails
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 6 10:55:10 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239567
--- Comment #6 from VVD <vvd at unislabs.com> ---
Same with multimedia/mpv and net-im/qTox:
/usr/local/lib/libflite_cmu_us_kal.so.1: undefined reference to `cmu_postlex'
/usr/local/lib/libflite_cmu_us_awb.so.1: undefined reference to
`usenglish_init'
/usr/local/lib/libflite_cmu_us_awb.so.1: undefined reference to `cmu_lex_init'
Workaround is - add this to Makefile:
.if exists(/usr/bin/ld.lld) && (${/usr/bin/ld:L:tA} != /usr/bin/ld.lld)
LDFLAGS+= -fuse-ld=lld
.endif
Probably some other ports dependent on ffmpeg have this issue too.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-multimedia
mailing list