From 1b1c4c82ce466db05d885f25288c85ced3157347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 17 Nov 2022 23:10:38 +0700 Subject: [PATCH] coyim: broken on i686 then --- srcpkgs/coyim/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/coyim/template b/srcpkgs/coyim/template index ee8f9586a7c..eb59ffb9223 100644 --- a/srcpkgs/coyim/template +++ b/srcpkgs/coyim/template @@ -13,6 +13,10 @@ homepage="https://coy.im" distfiles="https://github.com/coyim/coyim/archive/v${version}.tar.gz" checksum=f2bf1e73562fbcc3a0b264a30f92dfe427dffe2046e9f44459087ecac5890098 nocross='https://build.voidlinux.org/builders/aarch64_builder/builds/40423/steps/shell_3/logs/stdio' +if [ $XBPS_TARGET_WORDSIZE = 32 ]; then + # 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" +fi post_install() { vlicense LICENSE