LibreCAD: fix cross compilation

Closes: #10304 [via git-merge-pr]
This commit is contained in:
newbluemoon 2017-12-31 17:03:08 +01:00 committed by Jürgen Buchmüller
parent 1ae632ceec
commit c525a0f5e9
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,11 @@ license="GPL-2"
homepage="http://librecad.org"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=74c4ede409b13d0365c65c0cd52dba04f1049530f6df706dc905443d5e60db06
nocross=yes # qt5-qmake
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-svg-devel"
configure_args+=" BOOST_DIR=${XBPS_CROSS_BASE}/usr"
fi
do_install() {
vbin unix/librecad