From 81fb53923bf5768c7bb86bc7a44fc93689982bde Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 5 Apr 2014 12:01:05 +0200 Subject: [PATCH] alsa-lib: the /usr/lib32 changes are now unnecessary. --- srcpkgs/alsa-lib/template | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/srcpkgs/alsa-lib/template b/srcpkgs/alsa-lib/template index 58629ca186..7c558e03f5 100644 --- a/srcpkgs/alsa-lib/template +++ b/srcpkgs/alsa-lib/template @@ -13,17 +13,6 @@ homepage="http://www.alsa-project.org" distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2" checksum=690ed393e7efd4fc7e3a2d2cda5449298ca0c895197e5914e350882012430d19 -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 - pre_configure() { sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.in autoreconf -fi