From d0cf786aaa891e3dc6a0f421c98431e63f69f39a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 22 Aug 2018 10:51:59 -0300 Subject: [PATCH] sysprof: mark as broken on aarch64-musl and x86_64-musl --- srcpkgs/sysprof/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/sysprof/template b/srcpkgs/sysprof/template index b62834ca1f..f39b477c2b 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