blender: mark broken on musl

This commit is contained in:
Eivind Uggedal 2015-08-18 07:28:33 +00:00
parent 3599c61d31
commit 6206970966
1 changed files with 4 additions and 0 deletions

View File

@ -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