xorg-xf86-video-ark: buildfix for xorg-xserver 1.14

This commit is contained in:
Fredrik Rinnestam 2013-03-09 15:05:00 +01:00
parent e1e6138ee2
commit 77cd8356c7
3 changed files with 22 additions and 2 deletions

View File

@ -1 +1,2 @@
33a39428af8f65cdc0ad4c113212f8d5 mibstore.patch
2e9809b5ae3f01a56be0d6e5441da03c xf86-video-ark-0.7.5.tar.bz2

View File

@ -6,11 +6,11 @@
name=xorg-xf86-video-ark
version=0.7.5
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ark-$version.tar.bz2)
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ark-$version.tar.bz2 mibstore.patch)
build() {
cd xf86-video-ark-$version
patch -p1 -i $SRC/mibstore.patch
./configure --prefix=/usr
make

View File

@ -0,0 +1,19 @@
diff -rupN xf86-video-ark-0.7.5-orig/src/ark_driver.c xf86-video-ark-0.7.5/src/ark_driver.c
--- xf86-video-ark-0.7.5-orig/src/ark_driver.c 2013-03-09 14:59:45.471029330 +0100
+++ xf86-video-ark-0.7.5/src/ark_driver.c 2013-03-09 15:00:59.248549870 +0100
@@ -39,7 +39,6 @@
#include "compiler.h"
#include "mipointer.h"
#include "micmap.h"
-#include "mibstore.h"
#include "fb.h"
#include "ark.h"
@@ -538,7 +537,6 @@ static Bool ARKScreenInit(SCREEN_INIT_AR
fbPictureInit (pScreen, 0, 0);
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
if (!pARK->NoAccel) {