From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-tools/
Date: Mon, 13 Feb 2023 23:24:01 +0000 (UTC) [thread overview]
Message-ID: <1676329319.50f5b53df24d84c30846cec9f3de31f11b707ca1.sam@gentoo> (raw)
commit: 50f5b53df24d84c30846cec9f3de31f11b707ca1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 23:01:59 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 23:01:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f5b53d
app-accessibility/speech-tools: fix build w/ clang 16
Upstream seems gone.
Closes: https://bugs.gentoo.org/881863
Closes: https://bugs.gentoo.org/894184
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/speech-tools/speech-tools-2.5.0-r1.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/app-accessibility/speech-tools/speech-tools-2.5.0-r1.ebuild b/app-accessibility/speech-tools/speech-tools-2.5.0-r1.ebuild
index c2d113a7a6c6..90155ff033cd 100644
--- a/app-accessibility/speech-tools/speech-tools-2.5.0-r1.ebuild
+++ b/app-accessibility/speech-tools/speech-tools-2.5.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit autotools toolchain-funcs
+inherit autotools flag-o-matic toolchain-funcs
MY_P=${P/speech-/speech_}
PATCHSET="r3"
@@ -99,6 +99,11 @@ src_configure() {
}
src_compile() {
+ # Lacks prototypes, bug #881863
+ append-cflags -std=gnu89
+ # Uses 'register' keyword removed in C++17, bug #894184
+ append-cxxflags -std=c++14
+
emake -j1 \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
next reply other threads:[~2023-02-13 23:24 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-13 23:24 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-16 7:05 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-tools/ Arthur Zamarin
2023-12-16 4:46 Sam James
2023-12-16 0:46 Sam James
2022-12-24 2:59 Sam James
2022-07-27 4:56 Miroslav Šulc
2022-07-26 15:20 Agostino Sarubbo
2022-07-26 15:19 Agostino Sarubbo
2022-07-26 7:05 Sam James
2022-07-26 7:04 Sam James
2022-07-26 7:04 Sam James
2021-05-10 6:26 Sam James
2021-05-10 0:07 Sam James
2021-04-28 18:18 Sergei Trofimovich
2021-04-25 9:18 Sergei Trofimovich
2021-04-23 17:46 Sergei Trofimovich
2021-04-01 22:08 Sam James
2021-04-01 22:08 Sam James
2020-09-27 10:20 Miroslav Šulc
2020-08-23 15:33 Miroslav Šulc
2019-06-09 17:20 Andrew Savchenko
2018-06-19 7:04 Pacho Ramos
2018-05-26 10:19 Mikle Kolyada
2018-04-15 18:40 Sergei Trofimovich
2018-04-06 22:44 Sergei Trofimovich
2018-04-05 23:19 Thomas Deutschmann
2018-04-04 22:26 Sergei Trofimovich
2018-04-04 17:15 Aaron Bauman
2017-08-22 19:59 Michał Górny
2016-08-06 12:47 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1676329319.50f5b53df24d84c30846cec9f3de31f11b707ca1.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox