From 488edb2a9ce9bb81a137c5932b9ddbe3d4fd6d44 Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 23 Dec 2020 01:30:43 +0100 Subject: [PATCH] pulseaudio: remove libdir hack and rebuild --- srcpkgs/pulseaudio/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template index 93bae5a4dba..d54b9c5ba69 100644 --- a/srcpkgs/pulseaudio/template +++ b/srcpkgs/pulseaudio/template @@ -1,7 +1,7 @@ # Template file for 'pulseaudio' pkgname=pulseaudio version=14.0 -revision=2 +revision=3 build_style=meson configure_args="-Djack=enabled -Dlirc=disabled -Dhal-compat=false -Dorc=enabled -Dgtk=disabled -Dsystemd=disabled -Dwebrtc-aec=enabled @@ -35,10 +35,6 @@ 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