summaryrefslogtreecommitdiff
path: root/x11/xf86-video-apm
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-04-02 22:16:45 +0000
committertnn <tnn@pkgsrc.org>2015-04-02 22:16:45 +0000
commit63b347a3794aa0969919b11cedc838e16eaf0876 (patch)
treeaea38d1cc76fa68c85ab33d13f6bc46e84e0e8d8 /x11/xf86-video-apm
parent0ba28bf955cf2f2d6ad061ec9bf363a0a9c7fd34 (diff)
downloadpkgsrc-63b347a3794aa0969919b11cedc838e16eaf0876.tar.gz
Make xf86-video-* drivers build against xorg-server-1.17 in addition to the
old 1.12 server. Mostly from FDO git. (xf86-video-ati6 was manually ported)
Diffstat (limited to 'x11/xf86-video-apm')
-rw-r--r--x11/xf86-video-apm/distinfo3
-rw-r--r--x11/xf86-video-apm/patches/patch-src_apm.h23
2 files changed, 25 insertions, 1 deletions
diff --git a/x11/xf86-video-apm/distinfo b/x11/xf86-video-apm/distinfo
index af0da292754..dc90078674a 100644
--- a/x11/xf86-video-apm/distinfo
+++ b/x11/xf86-video-apm/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2013/05/16 05:58:30 richard Exp $
+$NetBSD: distinfo,v 1.7 2015/04/02 22:16:45 tnn Exp $
SHA1 (xf86-video-apm-1.2.5.tar.bz2) = a4cdb587f94c0fd28bea92b2469ea1e55d6d6589
RMD160 (xf86-video-apm-1.2.5.tar.bz2) = 8a8ef0e08eedc12bb3ee901c3222e7a5d14ed7b4
Size (xf86-video-apm-1.2.5.tar.bz2) = 325277 bytes
+SHA1 (patch-src_apm.h) = d3aa30015f8a3a305cf4076ca356ad2c7a3ae700
diff --git a/x11/xf86-video-apm/patches/patch-src_apm.h b/x11/xf86-video-apm/patches/patch-src_apm.h
new file mode 100644
index 00000000000..43a1efd41c2
--- /dev/null
+++ b/x11/xf86-video-apm/patches/patch-src_apm.h
@@ -0,0 +1,23 @@
+$NetBSD: patch-src_apm.h,v 1.1 2015/04/02 22:16:45 tnn Exp $
+
+From 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca Mon Sep 17 00:00:00 2001
+From: Adam Jackson <ajax@redhat.com>
+Date: Wed, 9 Jan 2013 22:03:29 -0500
+Subject: 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
+--- src/apm.h
++++ 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"
+