libX11: update to 1.6.4.

This commit is contained in:
Juan RP 2016-10-05 06:51:54 +02:00
parent fa315ee1a5
commit 0dd70a4141

View file

@ -1,7 +1,7 @@
# Template build file for 'libX11'. # Template build file for 'libX11'.
pkgname=libX11 pkgname=libX11
version=1.6.3 version=1.6.4
revision=2 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
--disable-secure-rpc --disable-static --enable-malloc0returnsnull" --disable-secure-rpc --disable-static --enable-malloc0returnsnull"
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
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=cf31a7c39f2f52e8ebd0db95640384e63451f9b014eed2bb7f5de03e8adc8111 checksum=b7c748be3aa16ec2cbd81edc847e9b6ee03f88143ab270fb59f58a044d34e441
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans" hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans"