Date: Tue, 06 Aug 2019 10:55:10 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 239567] multimedia/ffmpeg: build with FLITE=on fails Message-ID: <bug-239567-12827-gTLWyDVVrL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239567-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-239567-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239567 --- Comment #6 from VVD <vvd@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239567-12827-gTLWyDVVrL>
