harfbuzz: repair cross build.

This commit is contained in:
Juan RP 2014-02-04 05:09:21 +01:00
parent 9d16d5678d
commit b610033deb

View File

@ -14,9 +14,9 @@ distfiles="http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${ver
checksum=5ded7dc3d15fb5c9230d7a224b9256b67b35fde30193b4c3a4c3f6b13110e257
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool glib-devel"
hostmakedepends+=" automake libtool glib-devel"
pre_configure() {
libtoolize -f
autoreconf -fi
}
fi