diff --git a/srcpkgs/qt/template b/srcpkgs/qt/template index f70d04d8b3b..515af7106f9 100644 --- a/srcpkgs/qt/template +++ b/srcpkgs/qt/template @@ -5,11 +5,11 @@ revision=23 _distname=qt-everywhere-opensource-src patch_args="-Np1" wrksrc=${_distname}-${version} -homepage="http://qt.io/" +homepage="https://qt.io/" short_desc="A cross-platform application and UI framework" maintainer="Juan RP " license="GPL-3, LGPL-2.1" -distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/${_distname}-${version}.tar.gz" +distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/${_distname}-${version}.tar.gz" checksum=e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0 hostmakedepends="perl sqlite pkg-config" @@ -85,6 +85,10 @@ do_configure() { _opts+=" -arch mips" _spec="mips-linux-musl-c++" ;; + mipshf-musl) + _opts+=" -arch mips" + _spec="mips-linux-muslhf-c++" + ;; mipsel-musl) _opts+=" -arch mips" _spec="mipsel-linux-musl-c++"