alsa-lib: the /usr/lib32 changes are now unnecessary.
This commit is contained in:
parent
7271297f73
commit
81fb53923b
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue