sysprof: mark as broken on aarch64-musl and x86_64-musl

This commit is contained in:
maxice8 2018-08-22 10:51:59 -03:00
parent f9f0b01fc5
commit d0cf786aaa
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -14,6 +14,7 @@ checksum=65437778af2fc3bab05bf9c1871fbd8726a4bd6471f1288d7b7a7e3429cee436
configure_args="-Denable-gtk=true -Dsystemdunitdir=/DELETEME"
case "$XBPS_TARGET_MACHINE" in
aarch64-musl|x86_64-musl) broken="__WORDSIZE definitions aren't recognized" ;;
x64_64-musl|aarch64-musl) CFLAGS="-D__WORDSIZE=64" ;;
*-musl) CFLAGS="-D__WORDSIZE=32" ;;
esac