libX11: fix cross build.
This commit is contained in:
parent
bd6c95f322
commit
eff888495a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|||
checksum=c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86
|
||||
|
||||
if [ "$XBPS_CROSS_BUILD" ]; then
|
||||
hostmakedepends="libtool automake xorg-util-macros ${makedepends}"
|
||||
hostmakedepends="pkg-config libtool automake xorg-util-macros ${makedepends}"
|
||||
pre_configure() {
|
||||
sed -e 's|$(srcdir)/||g' -i nls/Makefile.am
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in a new issue