From e4d811233f0614efc7937562565543a61a8feef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 4 Nov 2020 13:27:52 -0300 Subject: [PATCH] libreoffice: mark broken for musl. --- srcpkgs/libreoffice/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index 244e4693583..4001eb20bd2 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -256,6 +256,8 @@ esac if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" libexecinfo-devel" + # FIX: figure out why it's broken + broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/31920/steps/shell_3/logs/stdio" fi if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then