diff --git a/srcpkgs/alsa-lib/template b/srcpkgs/alsa-lib/template index 58629ca1864..7c558e03f5a 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