From 30276cb5e44763a6969f6bf3079e38a0c4b0fb31 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 26 Nov 2024 06:46:53 +0000 Subject: [PATCH] app-accessibility/speech-dispatcher: build w/ -std=gnu17 Closes: https://bugs.gentoo.org/944193 Signed-off-by: Sam James --- .../speech-dispatcher/speech-dispatcher-0.11.5.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.5.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.5.ebuild index 345f00fe0fcd3..7c052deef358a 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.5.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.5.ebuild @@ -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}"