diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-07-03 16:22:25 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-07-03 16:22:25 +0000 |
commit | f3f1e23b96a4b70ea9930a8fd6a63ecedf39e2b5 (patch) | |
tree | b0a4c1d4d6ea7ec725b403505876d8fc88ba9411 /media-tv/ivtv/files | |
parent | Initial entry, for bug 163724. (diff) | |
download | gentoo-2-f3f1e23b96a4b70ea9930a8fd6a63ecedf39e2b5.tar.gz gentoo-2-f3f1e23b96a4b70ea9930a8fd6a63ecedf39e2b5.tar.bz2 gentoo-2-f3f1e23b96a4b70ea9930a8fd6a63ecedf39e2b5.zip |
fix the includes for the linux/ivtv.h header
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
Diffstat (limited to 'media-tv/ivtv/files')
-rw-r--r-- | media-tv/ivtv/files/ivtv-1.1.0-headers.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/media-tv/ivtv/files/ivtv-1.1.0-headers.patch b/media-tv/ivtv/files/ivtv-1.1.0-headers.patch new file mode 100644 index 000000000000..c03088cfb27b --- /dev/null +++ b/media-tv/ivtv/files/ivtv-1.1.0-headers.patch @@ -0,0 +1,36 @@ +diff -Nur ivtv-1.1.0/utils/ivtvctl.c ivtv-1.1.0-headers/utils/ivtvctl.c +--- ivtv-1.1.0/utils/ivtvctl.c 2008-05-24 08:21:16.000000000 -0400 ++++ ivtv-1.1.0-headers/utils/ivtvctl.c 2008-07-03 12:11:38.000000000 -0400 +@@ -63,7 +63,7 @@ + + #define VIDIOC_INT_RESET _IOW ('d', 102, __u32) + +-#include <linux/ivtv.h> ++#include "linux/ivtv.h" + + #define __stringify_1(x) #x + #define __stringify(x) __stringify_1(x) +diff -Nur ivtv-1.1.0/utils/ivtvplay.cc ivtv-1.1.0-headers/utils/ivtvplay.cc +--- ivtv-1.1.0/utils/ivtvplay.cc 2008-05-24 08:21:16.000000000 -0400 ++++ ivtv-1.1.0-headers/utils/ivtvplay.cc 2008-07-03 12:10:43.000000000 -0400 +@@ -41,7 +41,7 @@ + #include <linux/types.h> + #include <linux/videodev2.h> + #include <linux/dvb/video.h> +-#include <linux/ivtv.h> ++#include "linux/ivtv.h" + + typedef unsigned long W32; + typedef unsigned long long W64; +diff -Nur ivtv-1.1.0/utils/ivtv-radio.c ivtv-1.1.0-headers/utils/ivtv-radio.c +--- ivtv-1.1.0/utils/ivtv-radio.c 2008-05-24 08:21:16.000000000 -0400 ++++ ivtv-1.1.0-headers/utils/ivtv-radio.c 2008-07-03 12:10:08.000000000 -0400 +@@ -39,7 +39,7 @@ + + #include <linux/videodev2.h> + #include <linux/dvb/video.h> +-#include <linux/ivtv.h> ++#include "linux/ivtv.h" + + #define RADIO_DEV "/dev/radio0" + #define AUDIO_IN_DEV "/dev/video24" |