public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/avarice/
Date: Thu, 29 Jul 2021 02:59:00 +0000 (UTC)	[thread overview]
Message-ID: <1627525171.3497a6142fc1deacb5fff94d90a65443da43aa87.sam@gentoo> (raw)

commit:     3497a6142fc1deacb5fff94d90a65443da43aa87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 02:19:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 02:19:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3497a614

dev-embedded/avarice: workaround build failure with GCC 11

Closes: https://bugs.gentoo.org/788295
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-embedded/avarice/avarice-2.14.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-embedded/avarice/avarice-2.14.ebuild b/dev-embedded/avarice/avarice-2.14.ebuild
index 99ecdf5b2e2..3486df35326 100644
--- a/dev-embedded/avarice/avarice-2.14.ebuild
+++ b/dev-embedded/avarice/avarice-2.14.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="Interface for GDB to Atmel AVR JTAGICE in circuit emulator"
 HOMEPAGE="http://avarice.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
@@ -13,6 +15,13 @@ KEYWORDS="~amd64 ~x86"
 
 PATCHES=( "${FILESDIR}"/${P}-broken-__unused-macro.patch )
 
+src_configure() {
+	# bug #788295
+	append-cxxflags -std=c++14
+
+	default
+}
+
 src_install() {
 	default
 	dodoc doc/*.txt


             reply	other threads:[~2021-07-29  2:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-29  2:59 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-29 13:46 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/avarice/ Viorel Munteanu
2023-06-08 11:23 Viorel Munteanu
2020-09-16 13:52 David Seifert
2018-05-21 16:04 Mikle Kolyada

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=1627525171.3497a6142fc1deacb5fff94d90a65443da43aa87.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