libX11: update to 1.7.3.

This commit is contained in:
Leah Neukirchen 2021-12-08 15:02:33 +01:00
parent d3b1c9dc85
commit 8894f95250

View file

@ -1,7 +1,7 @@
# Template file for 'libX11'
pkgname=libX11
version=1.7.2
revision=3
version=1.7.3
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
--enable-static --enable-malloc0returnsnull"
@ -11,18 +11,11 @@ short_desc="Base X libraries from Xorg"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
checksum=1cfa35e37aaabbe4792e9bb690468efefbfbf6b147d9c69d6f90d13c3092ea6c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake xorgproto xtrans"
pre_configure() {
autoreconf -fi
}
fi
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
checksum=dfd1343db3a0e523f1bb97d5ba71453c79eee78a77e51ca9f8dfef7131c6f0fe
do_configure() {
CFLAGS_FOR_BUILD="-fPIC" ./configure ${configure_args}
./configure ${configure_args}
}
post_install() {