From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/bsd-games/
Date: Sat, 28 May 2022 15:06:24 +0000 (UTC) [thread overview]
Message-ID: <1653750354.7f26922fd9b0f436c162ebcdf01a066c1e3738ed.jsmolic@gentoo> (raw)
commit: 7f26922fd9b0f436c162ebcdf01a066c1e3738ed
Author: Han Gao <rabenda.cn <AT> gmail <DOT> com>
AuthorDate: Sat May 28 14:14:16 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat May 28 15:05:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f26922f
games-misc/bsd-games: fix atomic in riscv
Bug: https://bugs.gentoo.org/847904
Signed-off-by: Han Gao <rabenda.cn <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
games-misc/bsd-games/bsd-games-3.1-r2.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/games-misc/bsd-games/bsd-games-3.1-r2.ebuild b/games-misc/bsd-games/bsd-games-3.1-r2.ebuild
index 748268ebe63e..bae51ec41a4f 100644
--- a/games-misc/bsd-games/bsd-games-3.1-r2.ebuild
+++ b/games-misc/bsd-games/bsd-games-3.1-r2.ebuild
@@ -67,6 +67,9 @@ src_prepare() {
echo bsd_games_cfg_usrlibdir=\"$(get_libdir)\" >> ./config.params || die
echo bsd_games_cfg_build_dirs=\"${GAMES_TO_BUILD}\" >> ./config.params || die
echo bsd_games_cfg_docdir=\"/usr/share/doc/${PF}\" >> ./config.params || die
+ if use riscv; then
+ sed -i 's/${CC} ${ldflags} -o $@ $^/${CC} ${ldflags} -o $@ $^ -latomic/' ./*/Module.mk || die
+ fi
}
src_configure() {
next reply other threads:[~2022-05-28 15:06 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-28 15:06 Jakov Smolić [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-17 16:29 [gentoo-commits] repo/gentoo:master commit in: games-misc/bsd-games/ James Le Cuirot
2023-10-31 12:25 Sam James
2022-10-14 5:06 Arthur Zamarin
2022-09-22 4:09 Sam James
2022-06-27 9:29 Sam James
2022-05-28 15:06 Jakov Smolić
2022-04-30 12:23 Jakov Smolić
2022-02-15 18:31 Matt Turner
2022-01-24 19:19 Sam James
2021-11-19 11:33 Sam James
2021-11-19 11:33 Sam James
2021-07-26 13:22 David Seifert
2021-07-12 22:11 Sam James
2021-05-28 22:43 James Le Cuirot
2021-04-10 0:32 Sam James
2021-04-04 9:16 Sam James
2021-04-04 9:16 Sam James
2021-04-04 9:16 Sam James
2021-04-04 9:16 Sam James
2021-04-04 8:14 Sam James
2019-11-02 17:15 James Le Cuirot
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=1653750354.7f26922fd9b0f436c162ebcdf01a066c1e3738ed.jsmolic@gentoo \
--to=jsmolic@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