summaryrefslogtreecommitdiff
path: root/extra/xf86-video-vesa/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xf86-video-vesa/PKGBUILD')
-rw-r--r--extra/xf86-video-vesa/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/extra/xf86-video-vesa/PKGBUILD b/extra/xf86-video-vesa/PKGBUILD
index 480cdcaa7..91d85103c 100644
--- a/extra/xf86-video-vesa/PKGBUILD
+++ b/extra/xf86-video-vesa/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 140288 2011-10-11 21:28:18Z jgc $
+# $Id: PKGBUILD 140592 2011-10-17 09:55:09Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xf86-video-vesa
pkgver=2.3.0
-pkgrel=6
+pkgrel=7
pkgdesc="X.org vesa video driver"
arch=(i686 x86_64)
license=('custom')
@@ -14,13 +14,16 @@ conflicts=('xorg-server<1.10.99.902')
groups=('xorg-drivers' 'xorg')
options=('!libtool')
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
- git-fixes.patch)
+ git-fixes.patch
+ revert-kernelcheck.patch)
sha1sums=('4689b7c295d7a8d7326302dafecb812739617134'
- '1e54ae50daa796ab0c29c8088f25e522dc6faa4a')
+ '1e54ae50daa796ab0c29c8088f25e522dc6faa4a'
+ 'c14454521ac91aaa08aad8a6025d7720a613d54b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -i "${srcdir}/git-fixes.patch"
+ patch -Np1 -R -i "${srcdir}/revert-kernelcheck.patch"
autoreconf -fi
./configure --prefix=/usr
make