mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
wavpack: fix armv5* build
This commit is contained in:
parent
519710c49c
commit
877eec4acc
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue