summaryrefslogtreecommitdiff
path: root/xorg-xf86-video-trident
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2013-03-09 15:44:03 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2013-03-09 15:44:03 +0100
commit0560cc2206cc4118c46f6b98d3f3c86dadfde28c (patch)
treefdf96d8d79af0c71b98150d408c3708155d57b94 /xorg-xf86-video-trident
parentb44a95da23de57a722104bc82ba4658065d09522 (diff)
downloadxorg-0560cc2206cc4118c46f6b98d3f3c86dadfde28c.tar.gz
xorg-0560cc2206cc4118c46f6b98d3f3c86dadfde28c.tar.xz
xorg-xf86-video-trident: buildfix for xorg-xserver 1.14
Diffstat (limited to 'xorg-xf86-video-trident')
-rw-r--r--xorg-xf86-video-trident/.md5sum1
-rw-r--r--xorg-xf86-video-trident/Pkgfile6
-rw-r--r--xorg-xf86-video-trident/mibstore.patch19
3 files changed, 23 insertions, 3 deletions
diff --git a/xorg-xf86-video-trident/.md5sum b/xorg-xf86-video-trident/.md5sum
index 6b8a1f6a..b3e86044 100644
--- a/xorg-xf86-video-trident/.md5sum
+++ b/xorg-xf86-video-trident/.md5sum
@@ -1 +1,2 @@
+4d7f4c8e7663f9e194c9393a80d5442f mibstore.patch
86fed7e2b2876cb349f958cdd8319118 xf86-video-trident-1.3.6.tar.bz2
diff --git a/xorg-xf86-video-trident/Pkgfile b/xorg-xf86-video-trident/Pkgfile
index 70dabae4..02d53ff7 100644
--- a/xorg-xf86-video-trident/Pkgfile
+++ b/xorg-xf86-video-trident/Pkgfile
@@ -5,12 +5,12 @@
name=xorg-xf86-video-trident
version=1.3.6
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-trident-$version.tar.bz2)
+release=2
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-trident-$version.tar.bz2 mibstore.patch)
build() {
cd xf86-video-trident-$version
-
+ patch -p1 -i $SRC/mibstore.patch
./configure --prefix=/usr --mandir=/usr/man
make
diff --git a/xorg-xf86-video-trident/mibstore.patch b/xorg-xf86-video-trident/mibstore.patch
new file mode 100644
index 00000000..7b837e46
--- /dev/null
+++ b/xorg-xf86-video-trident/mibstore.patch
@@ -0,0 +1,19 @@
+diff -rupN xf86-video-trident-1.3.6-orig/src/trident_driver.c xf86-video-trident-1.3.6/src/trident_driver.c
+--- xf86-video-trident-1.3.6-orig/src/trident_driver.c 2013-03-09 15:26:15.618404327 +0100
++++ xf86-video-trident-1.3.6/src/trident_driver.c 2013-03-09 15:26:51.242622434 +0100
+@@ -56,7 +56,6 @@
+
+ #include "mipointer.h"
+
+-#include "mibstore.h"
+ #include "shadow.h"
+ #include "trident.h"
+ #include "trident_regs.h"
+@@ -3037,7 +3036,6 @@ TRIDENTScreenInit(SCREEN_INIT_ARGS_DECL)
+ TridentAccelInit(pScreen);
+ }
+
+- miInitializeBackingStore(pScreen);
+ xf86SetBackingStore(pScreen);
+
+ /* Initialise cursor functions */

Generated by cgit