app-accessibility/speech-dispatcher: build w/ -std=gnu17

Closes: https://bugs.gentoo.org/944193
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2024-11-26 06:46:53 +00:00
parent 8ad01210db
commit 30276cb5e4
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
inherit python-r1 systemd
inherit flag-o-matic python-r1 systemd
DESCRIPTION="Speech synthesis interface"
HOMEPAGE="https://freebsoft.org/speechd"
@ -35,6 +35,9 @@ BDEPEND="
virtual/pkgconfig"
src_configure() {
# bug #944193
append-cflags -std=gnu17
# bug 573732
export GIT_CEILING_DIRECTORIES="${WORKDIR}"