From 463acd4b49574a7bf9106a1b6b27c9cdb72896a5 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 30 Mar 2020 16:13:25 +0200 Subject: [PATCH] qml-box2d: nocross --- srcpkgs/qml-box2d/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/qml-box2d/template b/srcpkgs/qml-box2d/template index 307decd3c27..99d599a1b35 100644 --- a/srcpkgs/qml-box2d/template +++ b/srcpkgs/qml-box2d/template @@ -12,6 +12,7 @@ license="Zlib" homepage="https://github.com/qml-box2d/qml-box2d" distfiles="https://github.com/qml-box2d/qml-box2d/archive/${_commit}.tar.gz" checksum=a9071d2a85aafe74cb431e12888cfb92bd19cb91f4f577edd73cd9692d5e152f +nocross='some things do get wrongly installed into $DESTDIR/$XBPS_CROSS_BASE' if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-declarative-devel"