diff options
author | 2009-01-12 13:23:01 +0000 | |
---|---|---|
committer | 2009-01-12 13:23:01 +0000 | |
commit | 3186c952c7661711bd45bfc072bf162142cc7f04 (patch) | |
tree | 4c72e32fcb84105905692114e70f4bb5ea16a386 /media-video/vdr/files | |
parent | Sparc stable, Bug #254073. (diff) | |
download | historical-3186c952c7661711bd45bfc072bf162142cc7f04.tar.gz historical-3186c952c7661711bd45bfc072bf162142cc7f04.tar.bz2 historical-3186c952c7661711bd45bfc072bf162142cc7f04.zip |
Do not abort compilation wwhen detecting dvb api 5 (headers installed by linux-headers-2.6.28) as that is backward compatible to api version 3, Bug #254269
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27-gentoo-r1 i686
Diffstat (limited to 'media-video/vdr/files')
-rw-r--r-- | media-video/vdr/files/vdr-dvb-api-5-is-fine.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-video/vdr/files/vdr-dvb-api-5-is-fine.diff b/media-video/vdr/files/vdr-dvb-api-5-is-fine.diff new file mode 100644 index 000000000000..b5657e84636a --- /dev/null +++ b/media-video/vdr/files/vdr-dvb-api-5-is-fine.diff @@ -0,0 +1,14 @@ +Nur in vdr-1.6.0: audio.o. +Nur in vdr-1.6.0: .dependencies. +diff -ru vdr-1.6.0-orig/dvbdevice.h vdr-1.6.0/dvbdevice.h +--- vdr-1.6.0-orig/dvbdevice.h 2009-01-12 14:05:10.000000000 +0100 ++++ vdr-1.6.0/dvbdevice.h 2009-01-12 14:05:52.000000000 +0100 +@@ -15,7 +15,7 @@ + #include "device.h" + #include "dvbspu.h" + +-#if DVB_API_VERSION != 3 ++#if (DVB_API_VERSION != 3) && (DVB_API_VERSION != 5) + #error VDR requires Linux DVB driver API version 3! + #endif + |