From 694ce3606f6caa3bcfb2324b190787ceaee56375 Mon Sep 17 00:00:00 2001 From: ojab Date: Tue, 23 Apr 2013 17:13:09 +0400 Subject: [PATCH] tiff: fix hostmakedepends --- srcpkgs/tiff/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tiff/template b/srcpkgs/tiff/template index 51b387fce7c..bf46d922b52 100644 --- a/srcpkgs/tiff/template +++ b/srcpkgs/tiff/template @@ -13,7 +13,7 @@ distfiles="ftp://ftp.remotesensing.org/pub/libtiff/$pkgname-$version.tar.gz" checksum=ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872 if [ "$CROSS_BUILD" ]; then - hostmakedepends="automake" + hostmakedepends="automake libtool" pre_configure() { autoreconf -fi }