commit 303b51ae1dc7239b55878c9f68e5df4774f1a4f6
Author: Jan Rękorajski <[email protected]>
Date:   Sun Apr 7 21:42:48 2013 +0200

    - fix building with xserver 1.14
    - rel 4

 mibstore.patch            | 18 ++++++++++++++++++
 xorg-driver-video-s3.spec |  4 +++-
 2 files changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/xorg-driver-video-s3.spec b/xorg-driver-video-s3.spec
index a2a3ebf..bc7bf1d 100644
--- a/xorg-driver-video-s3.spec
+++ b/xorg-driver-video-s3.spec
@@ -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}
diff --git a/mibstore.patch b/mibstore.patch
new file mode 100644
index 0000000..73e415b
--- /dev/null
+++ b/mibstore.patch
@@ -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 */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-s3.git/commitdiff/303b51ae1dc7239b55878c9f68e5df4774f1a4f6

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to