From e496c5682cc9f157f07e99c1007f3c1c8cfa65db Mon Sep 17 00:00:00 2001 From: John Date: Fri, 18 Dec 2020 19:05:24 +0100 Subject: [PATCH] pulseaudio: fix loading path of modules/libs on multilib --- srcpkgs/pulseaudio/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template index 3bcc90dca88..93bae5a4dba 100644 --- a/srcpkgs/pulseaudio/template +++ b/srcpkgs/pulseaudio/template @@ -1,7 +1,7 @@ # Template file for 'pulseaudio' pkgname=pulseaudio version=14.0 -revision=1 +revision=2 build_style=meson configure_args="-Djack=enabled -Dlirc=disabled -Dhal-compat=false -Dorc=enabled -Dgtk=disabled -Dsystemd=disabled -Dwebrtc-aec=enabled @@ -35,6 +35,10 @@ if [ "$CROSS_BUILD" ]; then hostmakedepends+=" glib" fi +if [ "${XBPS_TARGET_MACHINE}" = i686 ]; then + configure_args+=" --libdir=/usr/lib32" +fi + pre_configure() { case "$XBPS_TARGET_MACHINE" in # Disable neon optimizations for the arm* architectures