qt: Add mipshf-musl arch support
This commit is contained in:
parent
0786c96811
commit
bc5b6760bf
1 changed files with 6 additions and 2 deletions
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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++"
|
||||
|
|
Loading…
Reference in a new issue