diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template index 738e6442918..f240d46ecac 100644 --- a/srcpkgs/qt5/template +++ b/srcpkgs/qt5/template @@ -169,6 +169,10 @@ _msg_cross() { do_configure() { local opts spec + case "$XBPS_TARGET_MACHINE" in + mips*) grep -rl "" | xargs sed -i -e "s;;;" ;; + esac + # Cross build patches if [ "$CROSS_BUILD" ]; then # This also sets default {C,CXX,LD}FLAGS for projects built using qmake