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: sys-apps/memtester/
Date: Tue, 11 Mar 2025 07:54:02 +0000 (UTC)	[thread overview]
Message-ID: <1741679611.694730f4aa53c990495eb61b61c69d3b0ef3b371.sam@gentoo> (raw)

commit:     694730f4aa53c990495eb61b61c69d3b0ef3b371
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Mar 10 16:25:51 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 11 07:53:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694730f4

sys-apps/memtester: workaround c23 issue

Bug: https://bugs.gentoo.org/943794
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/memtester/memtester-4.6.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-apps/memtester/memtester-4.6.0.ebuild b/sys-apps/memtester/memtester-4.6.0.ebuild
index cbdc8875f2a9..e8aa7866a6b9 100644
--- a/sys-apps/memtester/memtester-4.6.0.ebuild
+++ b/sys-apps/memtester/memtester-4.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Userspace utility for testing the memory subsystem for faults"
 HOMEPAGE="http://pyropus.ca/software/memtester/"
@@ -17,6 +17,8 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
 
 src_configure() {
+	# bug #943794
+	append-cflags -std=gnu17
 	echo "$(tc-getCC) ${CFLAGS} ${CPPFLAGS} -DPOSIX -c" > conf-cc || die
 	echo "$(tc-getCC) ${CFLAGS} ${LDFLAGS}" > conf-ld || die
 }


             reply	other threads:[~2025-03-11  7:54 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-11  7:54 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-11  7:54 [gentoo-commits] repo/gentoo:master commit in: sys-apps/memtester/ Sam James
2025-03-11  7:54 Sam James
2024-11-17 15:48 Michał Górny
2023-03-04  9:55 Arthur Zamarin
2023-03-04  8:44 Arthur Zamarin
2023-03-04  7:45 Arthur Zamarin
2023-03-04  7:38 Arthur Zamarin
2023-03-04  5:34 Arthur Zamarin
2022-12-21 23:19 Sam James
2022-12-21 23:19 Sam James
2022-12-21 23:19 Sam James
2022-05-05  9:51 WANG Xuerui
2022-04-08 14:08 Jakov Smolić
2021-09-04 17:35 David Seifert
2021-08-11  0:24 Sam James
2021-08-11  0:12 Sam James
2021-08-11  0:02 Sam James
2021-08-10 15:36 Agostino Sarubbo
2021-07-27  3:21 Sam James
2021-06-17 23:20 Thomas Deutschmann
2021-05-14  9:35 Agostino Sarubbo
2021-05-13 17:53 Sam James
2021-05-13 17:00 Sam James
2021-05-13 16:55 Sam James
2021-05-13 16:18 Sam James
2020-10-05 16:24 Thomas Deutschmann
2020-09-18 10:39 Lars Wendler
2019-11-17  2:28 Aaron Bauman

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=1741679611.694730f4aa53c990495eb61b61c69d3b0ef3b371.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