summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-24 23:45:52 +0000
committerSam James <sam@gentoo.org>2021-11-24 23:58:47 +0000
commitcd2222be2af4cd6b59b05a311f7dc02780ab0115 (patch)
tree27335f5cd3e5078ff52273fe8cfd6597aa1945d3 /media-libs/rubberband
parentdev-util/omake: update EAPI 5 -> 8, fix USE=doc (diff)
downloadgentoo-cd2222be2af4cd6b59b05a311f7dc02780ab0115.tar.gz
gentoo-cd2222be2af4cd6b59b05a311f7dc02780ab0115.tar.bz2
gentoo-cd2222be2af4cd6b59b05a311f7dc02780ab0115.zip
media-libs/rubberband: link against libatomic for ppc
Closes: https://bugs.gentoo.org/827203 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/rubberband')
-rw-r--r--media-libs/rubberband/rubberband-2.0.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-libs/rubberband/rubberband-2.0.0.ebuild b/media-libs/rubberband/rubberband-2.0.0.ebuild
index 6de805f74505..93fc5e3e5a79 100644
--- a/media-libs/rubberband/rubberband-2.0.0.ebuild
+++ b/media-libs/rubberband/rubberband-2.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit meson-multilib
+inherit meson-multilib flag-o-matic
DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program"
HOMEPAGE="https://www.breakfastquay.com/rubberband/"
@@ -33,6 +33,11 @@ PATCHES=(
)
multilib_src_configure() {
+ if use ppc ; then
+ # bug #827203
+ append-libs -latomic
+ fi
+
local emesonargs=(
--buildtype=release
-Dfft=fftw