diff --git a/srcpkgs/sysprof/template b/srcpkgs/sysprof/template index b62834ca1ff..f39b477c2b8 100644 --- a/srcpkgs/sysprof/template +++ b/srcpkgs/sysprof/template @@ -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