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;"