From 557845b400739b2b1412a0905010231bb84805f9 Mon Sep 17 00:00:00 2001 From: Piraty Date: Wed, 1 Jul 2020 17:39:37 +0200 Subject: [PATCH] wsjtx: aarch64 builders still can't fetch from the official source --- srcpkgs/wsjtx/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/wsjtx/template b/srcpkgs/wsjtx/template index a03f0f7b200..a842a2169a3 100644 --- a/srcpkgs/wsjtx/template +++ b/srcpkgs/wsjtx/template @@ -18,6 +18,11 @@ homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html" distfiles="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx-${version}.tgz" checksum=1cbc163f238a8cfd64cd9e4a00aa1e00ef43758a1ba9c5db83ca63ca60f64f9d +case $XBPS_TARGET_MACHINE in + # aarch64 builders can't fetch the distfile from the orig url. + aarch64*) distfiles="https://sources.voidlinux.org/wsjtx-${version}/wsjtx-${version}.tgz";; +esac + if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-qmake qt5-host-tools" configure_args+=" -DBoost_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"