libX11: update to 1.7.3.
This commit is contained in:
parent
d3b1c9dc85
commit
8894f95250
1 changed files with 5 additions and 12 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue