libX11: update to 1.6.2.

This commit is contained in:
Juan RP 2013-09-13 10:13:58 +02:00
parent c9a9f0a2ce
commit f11a48c7ad

View file

@ -1,6 +1,6 @@
# Template build file for 'libX11'. # Template build file for 'libX11'.
pkgname=libX11 pkgname=libX11
version=1.6.1 version=1.6.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
@ -13,13 +13,12 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xorg.freedesktop.org/" homepage="http://xorg.freedesktop.org/"
license="MIT" license="MIT"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
checksum=10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892 checksum=2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans" hostmakedepends+=" libtool"
pre_configure() { pre_configure() {
sed -e 's|$(srcdir)/||g' -i nls/Makefile.am libtoolize -f
autoreconf -fi
} }
fi fi