]> git.pld-linux.org Git - packages/xorg-driver-video-apm.git/commitdiff
- rel 4; fix build with xserver 1.14 auto/th/xorg-driver-video-apm-1.2.5-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Mar 2013 08:33:39 +0000 (09:33 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Mar 2013 08:33:39 +0000 (09:33 +0100)
build.patch [new file with mode: 0644]
xorg-driver-video-apm.spec

diff --git a/build.patch b/build.patch
new file mode 100644 (file)
index 0000000..eb97b82
--- /dev/null
@@ -0,0 +1,22 @@
+commit 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca
+Author: Adam Jackson <ajax@redhat.com>
+Date:   Wed Jan 9 22:03:29 2013 -0500
+
+    Remove #include "mibstore.h"
+    
+    Signed-off-by: Adam Jackson <ajax@redhat.com>
+
+diff --git a/src/apm.h b/src/apm.h
+index a3c06f8..365e5e2 100644
+--- a/src/apm.h
++++ b/src/apm.h
+@@ -33,9 +33,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ /* I2C support */
+ #include "xf86i2c.h"
index 1411989c208e7bb9f25b5ae1978fa7316bd1a086..75818fdade7bac14b2043c593a43fa3dd41e27a6 100644 (file)
@@ -2,11 +2,12 @@ Summary:      X.org video driver for Alliance ProMotion video adapters
 Summary(pl.UTF-8):     Sterownik obrazu X.org do kart graficznych Alliance ProMotion
 Name:          xorg-driver-video-apm
 Version:       1.2.5
-Release:       3
+Release:       4
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-apm-%{version}.tar.bz2
 # Source0-md5: bce02d48c66932d082786167af22835a
+Patch0:                build.patch
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -41,6 +42,7 @@ Obsługuje karty PCI i ISA oparte na następujących układach: ProMotion
 
 %prep
 %setup -q -n xf86-video-apm-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.303159 seconds and 4 git commands to generate.