From c6a5ebb9d65fa01ecd0deac1570a0821d9200b88 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 6 Oct 2017 14:00:48 +0200 Subject: [PATCH] mate-utils: broken on musl --- srcpkgs/mate-utils/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/mate-utils/template b/srcpkgs/mate-utils/template index 3b6fc6155d6..ce23e97f0e8 100644 --- a/srcpkgs/mate-utils/template +++ b/srcpkgs/mate-utils/template @@ -15,6 +15,9 @@ license="GPL-2" homepage="https://mate-desktop.org" distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz" checksum=bbd80f772d9f4dd379794105fd7a4f5452c71ff3e634a06f0af245875b492373 +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/5180/steps/shell_3/logs/stdio";; +esac pre_configure() { NOCONFIGURE=1 ./autogen.sh