diff options
Diffstat (limited to 'dev-libs/DirectFB/files/0.9.20-linux-2.6.patch')
-rw-r--r-- | dev-libs/DirectFB/files/0.9.20-linux-2.6.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/DirectFB/files/0.9.20-linux-2.6.patch b/dev-libs/DirectFB/files/0.9.20-linux-2.6.patch deleted file mode 100644 index c134be794719..000000000000 --- a/dev-libs/DirectFB/files/0.9.20-linux-2.6.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- interfaces/IDirectFBVideoProvider/idirectfbvideoprovider_v4l.c.orig 2003-12-23 19:23:58.346966040 -0500 -+++ interfaces/IDirectFBVideoProvider/idirectfbvideoprovider_v4l.c 2003-12-23 19:24:26.624667176 -0500 -@@ -27,6 +27,7 @@ - #if defined(__dietlibc__) && !defined(_BSD_SOURCE) - #define _BSD_SOURCE - #endif -+#define _LINUX_TIME_H - - #include <stdio.h> - #include <stdlib.h> ---- gfxdrivers/matrox/matrox_maven.c.orig 2004-03-12 17:26:41.664570688 -0500 -+++ gfxdrivers/matrox/matrox_maven.c 2004-03-12 17:27:42.782279384 -0500 -@@ -29,7 +29,12 @@ - #include <sys/stat.h> - #include <fcntl.h> - #include <sys/ioctl.h> -+#include <linux/version.h> -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) - #include <linux/i2c-dev.h> -+#else -+#include <linux/i2c.h> -+#endif - - #include <misc/memcpy.h> - #include <misc/util.h> |