coyim: actually broken on everything except x86_64
This commit is contained in:
parent
7fff928dd5
commit
2a570b1ace
|
@ -12,11 +12,13 @@ license="GPL-3.0-only"
|
||||||
homepage="https://coy.im"
|
homepage="https://coy.im"
|
||||||
distfiles="https://github.com/coyim/coyim/archive/v${version}.tar.gz"
|
distfiles="https://github.com/coyim/coyim/archive/v${version}.tar.gz"
|
||||||
checksum=f2bf1e73562fbcc3a0b264a30f92dfe427dffe2046e9f44459087ecac5890098
|
checksum=f2bf1e73562fbcc3a0b264a30f92dfe427dffe2046e9f44459087ecac5890098
|
||||||
nocross='https://build.voidlinux.org/builders/aarch64_builder/builds/40423/steps/shell_3/logs/stdio'
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
if [ $XBPS_TARGET_WORDSIZE = 32 ]; then
|
x86_64*) ;;
|
||||||
# I don't know what wrong, they're downloading cache?
|
*)
|
||||||
broken="/usr/bin/ld: i386:x86-64 architecture of input file \`/tmp/go-link-1520727479/000000.o' is incompatible with i386 output"
|
# I don't know what wrong, they're downloading cache?
|
||||||
fi
|
broken="/usr/bin/ld: i386:x86-64 architecture of input file \`/tmp/go-link-1520727479/000000.o' is incompatible with i386 output"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue