mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
qt: broken for mips*
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
1394b16612
commit
feb01f16c1
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt-qmake qt-host-tools"
|
hostmakedepends+=" qt-qmake qt-host-tools"
|
||||||
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib"
|
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib"
|
||||||
fi
|
fi
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
mips*) broken="Serveral Assembler messages: Error: branch out of range" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _opts _spec
|
local _opts _spec
|
||||||
|
|
Loading…
Add table
Reference in a new issue