mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
jreen-qt5: fix cross
This commit is contained in:
parent
74a26cc1c9
commit
e73017578d
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ homepage="http://qutim.org/jreen"
|
||||||
distfiles="http://github.com/euroelessar/${pkgname%-*}/archive/v${version}.tar.gz"
|
distfiles="http://github.com/euroelessar/${pkgname%-*}/archive/v${version}.tar.gz"
|
||||||
checksum=be5de04b6f54e47bdec92707600441a39e46add958181ad2b5b2d1bf92693fbd
|
checksum=be5de04b6f54e47bdec92707600441a39e46add958181ad2b5b2d1bf92693fbd
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-host-tools qt5-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's|^#include <QMetaTypeId|#include <QMetaType|' src/stanzaextension.h
|
sed -i 's|^#include <QMetaTypeId|#include <QMetaType|' src/stanzaextension.h
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue