mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
watchman: broken for cross and i686
This commit is contained in:
parent
19e59f16a9
commit
954d6492f7
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ homepage="https://facebook.github.io/watchman/"
|
||||||
distfiles="https://github.com/facebook/watchman/archive/v${version}.tar.gz"
|
distfiles="https://github.com/facebook/watchman/archive/v${version}.tar.gz"
|
||||||
checksum=3a4ea5813967e984acb5bd32327926f2d431ea8a4ab7703510726ddb97d3d126
|
checksum=3a4ea5813967e984acb5bd32327926f2d431ea8a4ab7703510726ddb97d3d126
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64*) ;;
|
||||||
|
*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/24343/steps/shell_3/logs/stdio" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue