From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/
Date: Tue, 14 Feb 2023 03:50:38 +0000 (UTC) [thread overview]
Message-ID: <1676346594.2d14b011d128010337f1e0a7ff3a6b0ee9130c9d.sam@gentoo> (raw)
commit: 2d14b011d128010337f1e0a7ff3a6b0ee9130c9d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 03:49:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 03:49:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d14b011
app-accessibility/espeak: fix build w/ clang 16
Closes: https://bugs.gentoo.org/894180
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index 083d363b1b10..b7da32ffabbc 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-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=6
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
MY_P="${P}-source"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
@@ -46,6 +46,9 @@ src_prepare() {
}
src_compile() {
+ # Uses removed 'register' keyword, bug #894180
+ append-flags -std=c++14
+
emake \
PREFIX="${EPREFIX}/usr" \
CC="$(tc-getCC)" \
next reply other threads:[~2023-02-14 3:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-14 3:50 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-07 12:21 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/ Sam James
2022-08-28 5:39 WANG Xuerui
2021-08-10 8:58 Yixun Lan
2020-09-26 14:33 Aaron Bauman
2018-08-25 21:30 Andreas Sturmlechner
2018-07-20 22:24 Sergei Trofimovich
2018-03-28 19:32 Sergei Trofimovich
2017-11-25 11:55 Markus Meier
2017-11-02 14:33 Tobias Klausmann
2017-10-26 18:54 Thomas Deutschmann
2017-10-25 23:44 Manuel Rüger
2017-10-24 19:23 Sergei Trofimovich
2017-10-22 19:51 Sergei Trofimovich
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=1676346594.2d14b011d128010337f1e0a7ff3a6b0ee9130c9d.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