mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
harfbuzz: repair cross build.
This commit is contained in:
parent
9d16d5678d
commit
b610033deb
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ distfiles="http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${ver
|
||||||
checksum=5ded7dc3d15fb5c9230d7a224b9256b67b35fde30193b4c3a4c3f6b13110e257
|
checksum=5ded7dc3d15fb5c9230d7a224b9256b67b35fde30193b4c3a4c3f6b13110e257
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libtool glib-devel"
|
hostmakedepends+=" automake libtool glib-devel"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue