wsjtx: aarch64 builders still can't fetch from the official source

This commit is contained in:
John 2020-06-12 11:33:43 +02:00
parent eabb27f2b2
commit 3a86736222
No known key found for this signature in database
GPG key ID: 5FDE97AF468A09B7

View file

@ -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=8143f43296dbd1dd21e3ca2ecaca6dfe84aac5e4cc7e01557fe93aba6ef62a3e
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"