From 8894f952509f9d8991a6a84099f2ce1b3325d7f2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 8 Dec 2021 15:02:33 +0100 Subject: [PATCH] libX11: update to 1.7.3. --- srcpkgs/libX11/template | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/srcpkgs/libX11/template b/srcpkgs/libX11/template index 202fcdb184..00b5c042f8 100644 --- a/srcpkgs/libX11/template +++ b/srcpkgs/libX11/template @@ -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 " 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() {