speexdsp: fix build on aarch64.

This commit is contained in:
Christian Neukirchen 2015-06-06 18:51:34 +00:00
parent 79ee69ba3f
commit abbc2231de

View file

@ -11,6 +11,10 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="http://downloads.xiph.org/releases/speex/$pkgname-$version.tar.gz"
checksum=4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1
case "$XBPS_TARGET_MACHINE" in
aarch64*) configure_args+=" --disable-neon";;
esac
speexdsp-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"