wavpack: fix armv5* build
This commit is contained in:
@@ -13,6 +13,7 @@ checksum=1939627d5358d1da62bc6158d63f7ed12905552f3a799c799ee90296a7612944
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686|*x86_64*) configure_args+=" --enable-mmx";;
|
||||
armv5*) configure_args+=" --disable-asm";;
|
||||
esac
|
||||
}
|
||||
post_install() {
|
||||
|
||||
Reference in New Issue
Block a user