mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
8ad01210db
commit
30276cb5e4
@ -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}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user