summaryrefslogtreecommitdiffstats
path: root/xorg/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/Pkgfile')
-rw-r--r--xorg/Pkgfile9
1 files changed, 2 insertions, 7 deletions
diff --git a/xorg/Pkgfile b/xorg/Pkgfile
index ca49d4225..a6fe1e188 100644
--- a/xorg/Pkgfile
+++ b/xorg/Pkgfile
@@ -7,10 +7,9 @@
name=xorg
version=1.12.2
-release=1
+release=2
section="driver"
-source=($section-$version.md5
- ati-fix-crtc-dpms-state-check.patch)
+source=($section-$version.md5)
build() {
# unset MAKEFLAGS
@@ -23,10 +22,6 @@ build() {
tar -xf $package
pushd $packagedir
- if [ "${packagedir}" == "xf86-video-ati-6.14.5" ]; then
- patch -p1 < $SRC/ati-fix-crtc-dpms-state-check.patch
- fi
-
./configure $XORG_CONFIG \
--with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules
make