From 7271297f73bc0951851f30ba557f03cbc5718598 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 5 Apr 2014 11:59:22 +0200 Subject: [PATCH] alsa-plugins: the /usr/lib32 changes are now unnecessary. --- srcpkgs/alsa-plugins/template | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/srcpkgs/alsa-plugins/template b/srcpkgs/alsa-plugins/template index a4d7ec93b9e..ddf14c4ffe6 100644 --- a/srcpkgs/alsa-plugins/template +++ b/srcpkgs/alsa-plugins/template @@ -14,17 +14,6 @@ homepage="http://www.alsa-project.org" distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2" checksum=0bbd0c37c2dd7baf16363afb2e58169ffb0f9c0a70031b3b6235594630f3ab35 -if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then - configure_args+=" --libdir=/usr/lib32" - pre_install() { - vmkdir usr/lib - ln -s lib ${DESTDIR}/usr/lib32 - } - post_install() { - rm ${DESTDIR}/usr/lib32 - } -fi - alsa-plugins-jack_package() { replaces="alsa-plugins<1.0.27_3" short_desc+=" - Jack output plugin"