From e013eab01e4bfc675c5aba3c99dd4216b23541cb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 5 Apr 2014 11:57:53 +0200 Subject: [PATCH] pulseaudio: the /usr/lib32 changes are now unnecessary. --- srcpkgs/pulseaudio/template | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template index f6c9688c38d..b945fff6967 100644 --- a/srcpkgs/pulseaudio/template +++ b/srcpkgs/pulseaudio/template @@ -27,14 +27,6 @@ license="LGPL-2" distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz" checksum=99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939 -if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then - configure_args+=" --libdir=/usr/lib32" - pre_install() { - vmkdir usr/lib - ln -s lib ${DESTDIR}/usr/lib32 - } -fi - pre_configure() { libtoolize -f } @@ -58,8 +50,6 @@ post_install() { # when there's a Skype call incoming sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \ -i ${DESTDIR}/usr/bin/start-pulseaudio-x11 - - rm -f ${DESTDIR}/usr/lib32 } libpulseaudio_package() {