From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/darkice/
Date: Mon, 26 Jul 2021 05:14:37 +0000 (UTC) [thread overview]
Message-ID: <1627276404.63c9db8f6a1e19a68ea402f8b49ce12c063282c5.sam@gentoo> (raw)
commit: 63c9db8f6a1e19a68ea402f8b49ce12c063282c5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 05:11:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 05:13:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c9db8f
media-sound/darkice: workaround build failure with GCC 11
Closes: https://bugs.gentoo.org/787161
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/darkice/darkice-1.4.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/media-sound/darkice/darkice-1.4.ebuild b/media-sound/darkice/darkice-1.4.ebuild
index b471a55018d..d5296f02e46 100644
--- a/media-sound/darkice/darkice-1.4.ebuild
+++ b/media-sound/darkice/darkice-1.4.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit flag-o-matic
+
DESCRIPTION="A live audio streamer"
HOMEPAGE="http://www.darkice.org/"
SRC_URI="https://github.com/rafael2k/${PN}/releases/download/v${PV}/${P}.tar.gz"
@@ -34,6 +36,9 @@ PATCHES=(
)
src_configure() {
+ # bug #787161
+ append-cxxflags -std=c++14
+
local myeconfargs=(
$(use_enable debug)
$(use_with aac faac)
next reply other threads:[~2021-07-26 5:14 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-26 5:14 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-29 18:29 [gentoo-commits] repo/gentoo:master commit in: media-sound/darkice/ Andreas Sturmlechner
2022-09-22 4:09 Sam James
2021-07-26 5:14 Sam James
2021-07-26 5:14 Sam James
2020-10-04 17:26 Miroslav Šulc
2020-10-04 17:22 Sam James
2020-09-12 8:12 Sergei Trofimovich
2020-09-07 17:39 Sergei Trofimovich
2020-09-05 21:16 Thomas Deutschmann
2020-08-08 18:27 Miroslav Šulc
2020-08-02 12:44 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 10:01 Agostino Sarubbo
2019-03-23 10:18 Lars Wendler
2018-10-02 12:11 Andreas Sturmlechner
2016-09-24 23:24 Lars Wendler
2016-09-23 10:47 Lars Wendler
2015-09-01 19:55 Tobias Klausmann
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=1627276404.63c9db8f6a1e19a68ea402f8b49ce12c063282c5.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