From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/stressapptest/
Date: Thu, 29 Nov 2018 20:46:59 +0000 (UTC) [thread overview]
Message-ID: <1543524397.ef2c13a47cd6a5ae320c0768444d03225c8e70c2.soap@gentoo> (raw)
commit: ef2c13a47cd6a5ae320c0768444d03225c8e70c2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 29 20:45:06 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Nov 29 20:46:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2c13a4
dev-util/stressapptest: Fix building with GCC 5
Closes: https://bugs.gentoo.org/651842
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-util/stressapptest/stressapptest-1.0.9.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-util/stressapptest/stressapptest-1.0.9.ebuild b/dev-util/stressapptest/stressapptest-1.0.9.ebuild
index 27748ce9fde..054b68fe3b0 100644
--- a/dev-util/stressapptest/stressapptest-1.0.9.ebuild
+++ b/dev-util/stressapptest/stressapptest-1.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -18,6 +18,9 @@ RDEPEND="dev-libs/libaio"
DEPEND="${RDEPEND}"
src_configure() {
+ # Uses uintptr_t, which is C++11, #651842
+ append-cxxflags -std=c++11
+
# Matches the configure & sat.cc logic.
use debug || append-cppflags -DNDEBUG -DCHECKOPTS
econf --disable-default-optimizations
next reply other threads:[~2018-11-29 20:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-29 20:46 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-16 12:36 [gentoo-commits] repo/gentoo:master commit in: dev-util/stressapptest/ Petr Vaněk
2023-10-18 23:40 Yixun Lan
2022-06-21 16:29 David Seifert
2018-11-29 20:46 David Seifert
2018-08-14 22:14 Mike Frysinger
2017-12-21 9:07 Michael Palimaka
2017-01-31 23:18 Mike Frysinger
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=1543524397.ef2c13a47cd6a5ae320c0768444d03225c8e70c2.soap@gentoo \
--to=soap@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