From 24b0f29ade0c846c5f9b0dad2ad932210674a13c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 13 Sep 2013 10:20:45 +0200 Subject: [PATCH] libX11: fix cross build. --- srcpkgs/libX11/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libX11/template b/srcpkgs/libX11/template index 7541be8de03..08168e4e573 100644 --- a/srcpkgs/libX11/template +++ b/srcpkgs/libX11/template @@ -16,9 +16,9 @@ distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" checksum=2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16 if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" libtool" + hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans" pre_configure() { - libtoolize -f + autoreconf -fi } fi