New comment by Johnnynator on void-packages repository https://github.com/void-linux/void-packages/pull/14945#issuecomment-551001016 Comment: The preferred way would be to fix the issue instead of setting it to broken. You could add something like this in `post_patch` ```bash post_patch() { if [ "$XBPS_TARGET_LIBC" = "musl" ]; then vsed -e 's/\(LOGURU_STACKTRACES\) 1/\1 0/' \ -i VTK/ThirdParty/loguru/vtkloguru/loguru.cpp fi } ```