commit:     ff550880b7ea0eb873a40279e3d717d611d04c94
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 00:27:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec  7 00:27:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff550880

media-libs/rubberband: fix atomic deux

Closes: https://bugs.gentoo.org/827203
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/rubberband/rubberband-2.0.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-libs/rubberband/rubberband-2.0.0.ebuild 
b/media-libs/rubberband/rubberband-2.0.0.ebuild
index 93fc5e3e5a79..bafba012e1d6 100644
--- a/media-libs/rubberband/rubberband-2.0.0.ebuild
+++ b/media-libs/rubberband/rubberband-2.0.0.ebuild
@@ -35,7 +35,9 @@ PATCHES=(
 multilib_src_configure() {
        if use ppc ; then
                # bug #827203
-               append-libs -latomic
+               # meson doesn't respect/use LIBS but mangles LDFLAGS with libs
+               # correctly. Use this until we get a Meson test for libatomic.
+               append-ldflags -latomic
        fi
 
        local emesonargs=(

Reply via email to