diff options
author | Sam James <sam@gentoo.org> | 2021-12-07 00:27:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-07 00:27:08 +0000 |
commit | ff550880b7ea0eb873a40279e3d717d611d04c94 (patch) | |
tree | 388b87624619b2d99b477e5cf6319493a652e299 /media-libs | |
parent | net-misc/tigervnc: live ebuild for xorg-server-21.1.1 support (diff) | |
download | gentoo-ff550880b7ea0eb873a40279e3d717d611d04c94.tar.gz gentoo-ff550880b7ea0eb873a40279e3d717d611d04c94.tar.bz2 gentoo-ff550880b7ea0eb873a40279e3d717d611d04c94.zip |
media-libs/rubberband: fix atomic deux
Closes: https://bugs.gentoo.org/827203
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/rubberband/rubberband-2.0.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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=( |