flac: disable VSX for ppc64{,-musl}
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
0a2095785f
commit
d1a7b67d21
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ license="BSD-3-Clause, GPL-2"
|
|||
distfiles="https://downloads.xiph.org/releases/flac/flac-${version}.tar.xz"
|
||||
checksum=213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64|ppc64-musl) configure_args+=" --disable-vsx";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.Xiph
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue