Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/
Date: Tue, 07 Dec 2021 00:27:27
Message-Id: 1638836828.ff550880b7ea0eb873a40279e3d717d611d04c94.sam@gentoo
1 commit: ff550880b7ea0eb873a40279e3d717d611d04c94
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 00:27:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 00:27:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff550880
7
8 media-libs/rubberband: fix atomic deux
9
10 Closes: https://bugs.gentoo.org/827203
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/rubberband/rubberband-2.0.0.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/media-libs/rubberband/rubberband-2.0.0.ebuild b/media-libs/rubberband/rubberband-2.0.0.ebuild
17 index 93fc5e3e5a79..bafba012e1d6 100644
18 --- a/media-libs/rubberband/rubberband-2.0.0.ebuild
19 +++ b/media-libs/rubberband/rubberband-2.0.0.ebuild
20 @@ -35,7 +35,9 @@ PATCHES=(
21 multilib_src_configure() {
22 if use ppc ; then
23 # bug #827203
24 - append-libs -latomic
25 + # meson doesn't respect/use LIBS but mangles LDFLAGS with libs
26 + # correctly. Use this until we get a Meson test for libatomic.
27 + append-ldflags -latomic
28 fi
29
30 local emesonargs=(