mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
mumble: broken on i686 for now
This commit is contained in:
parent
42e7cfe090
commit
8848f76d3b
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ checksum=7ec87ddcccd8929e40062ea6e868f287509d4436c60bbc75606cbf5b6b303b8b
|
|||
build_options="jack portaudio"
|
||||
build_options_default="jack portaudio"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/39031/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
|
||||
export CMAKE_GENERATOR="Unix Makefiles"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue