speexdsp: fix build on aarch64.
This commit is contained in:
parent
79ee69ba3f
commit
abbc2231de
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue