From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/htdig/
Date: Wed, 16 Jun 2021 14:02:56 +0000 (UTC) [thread overview]
Message-ID: <1623851845.b6b552dabd095be753641b62dd5c35efaba02925.sam@gentoo> (raw)
commit: b6b552dabd095be753641b62dd5c35efaba02925
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 16 12:53:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 13:57:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b552da
www-misc/htdig: workaround build failure with GCC 11
"Unambiguous reference to byte" generally means we need a large patch
and upstream seems quiet here too, so let's just set C++ 14.
Closes: https://bugs.gentoo.org/787716
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
index 6a03907c53d..40fe8b5b10f 100644
--- a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
+++ b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools
+inherit autotools flag-o-matic
MY_PV="${PV/_beta/b}"
@@ -43,6 +43,10 @@ src_prepare() {
}
src_configure() {
+ # "WordDBPage.h:309:76: error: reference to ‘byte’ is ambiguous"
+ # bug #787716
+ append-cxxflags -std=c++14
+
local myeconfargs=(
--disable-static
--with-config-dir="${EPREFIX}"/etc/${PN}
next reply other threads:[~2021-06-16 14:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-16 14:02 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-01 15:18 [gentoo-commits] repo/gentoo:master commit in: www-misc/htdig/ Viorel Munteanu
2021-05-02 12:37 Mikle Kolyada
2019-10-20 12:21 David Seifert
2019-10-20 12:21 David Seifert
2018-04-18 19:07 Sergei Trofimovich
2018-01-02 19:54 Sergei Trofimovich
2017-11-02 14:33 Tobias Klausmann
2017-10-26 20:44 Thomas Deutschmann
2017-10-25 23:49 Manuel Rüger
2017-10-24 21:54 Sergei Trofimovich
2017-10-24 19:23 Sergei Trofimovich
2017-10-24 8:02 Sergei Trofimovich
2015-11-21 7:22 Anthony G. Basile
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=1623851845.b6b552dabd095be753641b62dd5c35efaba02925.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