From 813b49f67602da0243fce9a4f05d981e255ab28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 6 Dec 2019 15:35:06 +0100 Subject: [PATCH] gmic: temporarily mark as broken for *-musl --- srcpkgs/gmic/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/gmic/template b/srcpkgs/gmic/template index 1cb3e58c68..6f02e18329 100644 --- a/srcpkgs/gmic/template +++ b/srcpkgs/gmic/template @@ -17,6 +17,10 @@ checksum="c71e784abd2141252efad505b6a48b6974c388788db5530b3ca0dfb07baeafeb" disable_parallel_build="yes" nocross="https://build.voidlinux.org/builders/armv7l_builder/builds/8869/steps/shell_3/logs/stdio" +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/24477/steps/shell_3/logs/stdio";; +esac + pre_build() { # Fix library names for openexr-2.4.0 vsed -i Makefile -e "s;-lIlmImf -lHalf;-lIlmImf-2_4 -lHalf-2_4;"