New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/24337#issuecomment-695164731 Comment: ``` diff --git a/srcpkgs/gtkcord3/template b/srcpkgs/gtkcord3/template index 35b7afddb3..d4dd3714cc 100644 --- a/srcpkgs/gtkcord3/template +++ b/srcpkgs/gtkcord3/template @@ -6,10 +6,10 @@ build_style=go go_import_path=github.com/diamondburned/gtkcord3/ hostmakedepends="pkg-config" makedepends="libhandy-devel gtk+3-devel" -depends="libhandy gtk+3" short_desc="Gtk3 Discord client in Golang" maintainer="Phosu Parsons " license="GPL-3.0-only" homepage="https://github.com/diamondburned/gtkcord3" distfiles="https://github.com/diamondburned/gtkcord3/archive/v${version}.tar.gz" checksum=704c623393d79cc8abb68ac59a5b243576df6857626276ec3fdf15fc9b7c753f +LDFLAGS="-fuse-ld=bfd" ``` This solves the cross issue and removes the unnecessary `depends`.