From 620697096651782200c5aaadd5343169943bf47c Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Tue, 18 Aug 2015 07:28:33 +0000 Subject: [PATCH] blender: mark broken on musl --- srcpkgs/blender/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template index 628f2dfdb89..6158fac1bca 100644 --- a/srcpkgs/blender/template +++ b/srcpkgs/blender/template @@ -37,3 +37,7 @@ configure_args=" -DPYTHON_LIBPATH=/usr/lib -DPYTHON_LIBRARY=python3.4m -DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m" + +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/3998/steps/shell_3/logs/stdio";; +esac