]> git.pld-linux.org Git - packages/xorg-driver-video-s3.git/commitdiff
- fix building with xserver 1.14 auto/th/xorg-driver-video-s3-0.6.5-4 auto/ti/xorg-driver-video-s3-0.6.5-4
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 7 Apr 2013 19:42:48 +0000 (21:42 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 7 Apr 2013 19:42:48 +0000 (21:42 +0200)
- rel 4

mibstore.patch [new file with mode: 0644]
xorg-driver-video-s3.spec

diff --git a/mibstore.patch b/mibstore.patch
new file mode 100644 (file)
index 0000000..73e415b
--- /dev/null
@@ -0,0 +1,18 @@
+--- xf86-video-s3-0.6.5/src/s3_driver.c~       2012-07-17 06:50:05.000000000 +0200
++++ xf86-video-s3-0.6.5/src/s3_driver.c        2013-04-07 21:41:50.108276860 +0200
+@@ -52,7 +52,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ #include "micmap.h"
+-#include "mibstore.h"
+ #include "fb.h"
+ #include "inputstr.h"
+ #include "shadowfb.h"
+@@ -822,7 +821,6 @@
+       fbPictureInit (pScreen, 0, 0);
+       S3DGAInit(pScreen);
+-        miInitializeBackingStore(pScreen);
+         xf86SetBackingStore(pScreen);
+       /* framebuffer manager setup */
index a2a3ebf7b77a8f360e3e15cd9c24f2d387d9ec14..bc7bf1d6b9d7537d5b153d12da032eb8d1e26729 100644 (file)
@@ -2,11 +2,12 @@ Summary:      X.org video driver for old S3 video adapters
 Summary(pl.UTF-8):     Sterownik obrazu X.org dla starych kart graficznych S3
 Name:          xorg-driver-video-s3
 Version:       0.6.5
-Release:       3
+Release:       4
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3-%{version}.tar.bz2
 # Source0-md5: 37248d5c5a04d7f91c6f634cc592b304
+Patch0:                mibstore.patch
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -56,6 +57,7 @@ układy:
 
 %prep
 %setup -q -n xf86-video-s3-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.050107 seconds and 4 git commands to generate.