summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-29 19:34:36 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-29 19:34:36 +0000
commitbe4ae3b630054ebdc17ba1a32482487646cb0220 (patch)
tree27845c717537c027aafd8a26e05724fe1b6975e2 /kde-base/kdenetwork/files
parentAdd patch to build with linux-headers-2.6.18 and later, see bug #151391. (diff)
downloadgentoo-2-be4ae3b630054ebdc17ba1a32482487646cb0220.tar.gz
gentoo-2-be4ae3b630054ebdc17ba1a32482487646cb0220.tar.bz2
gentoo-2-be4ae3b630054ebdc17ba1a32482487646cb0220.zip
Add patch to build with linux-headers-2.6.18 and later, see bug #151391.
(Portage version: 2.1.2_rc4-r2)
Diffstat (limited to 'kde-base/kdenetwork/files')
-rw-r--r--kde-base/kdenetwork/files/kdenetwork-3.5.5-linux-headers-2.6.18.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-base/kdenetwork/files/kdenetwork-3.5.5-linux-headers-2.6.18.patch b/kde-base/kdenetwork/files/kdenetwork-3.5.5-linux-headers-2.6.18.patch
new file mode 100644
index 000000000000..30f2ee727ee3
--- /dev/null
+++ b/kde-base/kdenetwork/files/kdenetwork-3.5.5-linux-headers-2.6.18.patch
@@ -0,0 +1,24 @@
+--- kopete/libkopete/avdevice/videodevice.h.orig 2006-10-17 14:34:13.000000000 +0200
++++ kopete/libkopete/avdevice/videodevice.h 2006-10-17 14:37:00.000000000 +0200
+@@ -35,8 +35,8 @@
+
+ #if defined(__linux__) && defined(ENABLE_AV)
+
+-#include <asm/types.h>
+ #undef __STRICT_ANSI__
++#include <linux/types.h>
+ #ifndef __u64 //required by videodev.h
+ #define __u64 unsigned long long
+ #endif // __u64
+--- kopete/libkopete/avdevice/videoinput.h.orig 2006-10-17 14:38:43.000000000 +0200
++++ kopete/libkopete/avdevice/videoinput.h 2006-10-17 14:39:50.000000000 +0200
+@@ -21,8 +21,8 @@
+ #define KOPETE_AVVIDEOINPUT_H
+
+ #ifdef __linux__
+-#include <asm/types.h>
+ #undef __STRICT_ANSI__
++#include <linux/types.h>
+ #endif // __linux__
+ #ifndef __u64 //required by videodev.h
+ #define __u64 unsigned long long