summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-07-27 13:11:04 +0300
committerMart Raudsepp <leio@gentoo.org>2018-07-27 14:44:28 +0300
commit2f79bc944a2dedb1e8ca2b56c53ca9c2a5354aa8 (patch)
tree422547be3db3e3db9538e1dbda62e15441b5f6e1 /media-sound/pulseaudio
parentmedia-sound/pulseaudio: require dbus for realtime (diff)
downloadgentoo-2f79bc944a2dedb1e8ca2b56c53ca9c2a5354aa8.tar.gz
gentoo-2f79bc944a2dedb1e8ca2b56c53ca9c2a5354aa8.tar.bz2
gentoo-2f79bc944a2dedb1e8ca2b56c53ca9c2a5354aa8.zip
media-sound/pulseaudio: fix padsp OSS wrapper for non-native multilib
Pass the new (in v11) configure argument with glibc per upstream release notes. Closes: https://bugs.gentoo.org/486328 Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r--media-sound/pulseaudio/pulseaudio-12.2.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-12.2.ebuild b/media-sound/pulseaudio/pulseaudio-12.2.ebuild
index c084555f2e31..1b9b8b2d18ee 100644
--- a/media-sound/pulseaudio/pulseaudio-12.2.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-12.2.ebuild
@@ -213,6 +213,11 @@ multilib_src_configure() {
LIBSPEEX_CFLAGS=' '
LIBSPEEX_LIBS=' '
)
+ else
+ # Make padsp work for non-native ABI, supposedly only possible with glibc; this is used by /usr/bin/padsp that comes from native build, thus we need this argument for native build
+ if use elibc_glibc ; then
+ myconf+=( --with-pulsedsp-location="${EPREFIX}"'/usr/\\$$LIB/pulseaudio' )
+ fi
fi
ECONF_SOURCE=${S} \