app-accessibility/speech-dispatcher: make sure elibtoolize is applied

Needed to e.g. pass LTO warning flags through to the linker.

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-05-18 21:39:36 -04:00
parent 8f458ed2ce
commit 8afb9372f1

View File

@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
inherit flag-o-matic python-r1 systemd
inherit flag-o-matic libtool python-r1 systemd
DESCRIPTION="Speech synthesis interface"
HOMEPAGE="https://freebsoft.org/speechd"
@@ -37,6 +37,11 @@ BDEPEND="
>=sys-devel/gettext-0.19.8
virtual/pkgconfig"
src_prepare() {
default
elibtoolize
}
src_configure() {
# bug #944193
append-cflags -std=gnu17