xorg-server: update to 1.18.1.

This commit is contained in:
Juan RP 2016-02-09 08:17:00 +01:00
parent b5ab3c4c86
commit 3fbc939514
1 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'xorg-server'.
pkgname=xorg-server
version=1.18.0
revision=6
version=1.18.1
revision=1
build_style=gnu-configure
configure_args="--enable-ipv6 --enable-record --enable-xorg
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
@ -19,7 +19,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xorg.freedesktop.org"
license="MIT, BSD"
distfiles="${XORG_SITE}/xserver/${pkgname}-${version}.tar.bz2"
checksum=195670819695d9cedd8dde95fbe069be0d0f488a77797a2d409f9f702daf312e
checksum=85ec56dbeb89a951295cdf4f39bf38e515f900d35e06d4a8081b114d1520789d
lib32disabled=yes
@ -63,7 +63,6 @@ pre_configure() {
case "$XBPS_TARGET_MACHINE" in
*-musl)
export CFLAGS+=" -D__uid_t=uid_t -D__gid_t=gid_t"
sed -i -e 's/termio.h/termios.h/' hw/xfree86/os-support/xf86_OSlib.h
;;
esac
}