]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
- workaround to build savage_drv on headers with V4L2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 24 Dec 2003 20:36:16 +0000 (20:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-new-s3-headers.patch -> 1.1

XFree86-new-s3-headers.patch [new file with mode: 0644]

diff --git a/XFree86-new-s3-headers.patch b/XFree86-new-s3-headers.patch
new file mode 100644 (file)
index 0000000..1a3ccf2
--- /dev/null
@@ -0,0 +1,13 @@
+--- XFree86-4.3.99.902/LinuxDriver/2D/savage_video.c.orig      2003-12-24 15:32:46.000000000 +0100
++++ XFree86-4.3.99.902/LinuxDriver/2D/savage_video.c   2003-12-24 20:04:15.781060984 +0100
+@@ -40,7 +40,10 @@
+ typedef unsigned long long __u64;\r
+ #endif\r
\r
++/* don't get system <linux/videodev2.h>, it's not sufficient */\r
++#define __LINUX_VIDEODEV2_H\r
+ #include <linux/videodev.h>\r
++#undef  __LINUX_VIDEODEV2_H\r
+ #include <linux/fcntl.h> /* for open flags*/\r
\r
+ /* v4l2 not in kernel's videodev.h*/\r
This page took 0.03354 seconds and 4 git commands to generate.