From 523cbc5f2df54a13bf16ebf3456f4533de07218e Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 1 Dec 2019 12:17:38 -0600 Subject: [PATCH] libwaylandpp: mark broken on aarch64-musl Signed-off-by: Nathan Owens --- srcpkgs/libwaylandpp/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/libwaylandpp/template b/srcpkgs/libwaylandpp/template index 76f4be3d455..44f129f3f89 100644 --- a/srcpkgs/libwaylandpp/template +++ b/srcpkgs/libwaylandpp/template @@ -21,6 +21,11 @@ if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wayland-scanner++" fi +case "$XBPS_TARGET_MACHINE" in + aarch64-musl) broken="https://build.voidlinux.org/builders/aarch64-musl_builder/builds/23340/steps/shell_3/logs/stdio" + ;; +esac + post_install() { vlicense LICENSE }