summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-11-11 12:10:06 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-11-11 12:10:06 +0000
commitc66662ad7329aca363b4a1a95497e0a0bbdff3b7 (patch)
treef79bfe912b61693faa5fd4b607a188ab4e857b25 /media-video/vdr/files
parentVersion bump. (diff)
downloadhistorical-c66662ad7329aca363b4a1a95497e0a0bbdff3b7.tar.gz
historical-c66662ad7329aca363b4a1a95497e0a0bbdff3b7.tar.bz2
historical-c66662ad7329aca363b4a1a95497e0a0bbdff3b7.zip
Fix compiling vdr-1.4.7 with gcc-4.3.
Package-Manager: portage-2.2_rc13/cvs/Linux 2.6.27-gentoo-r1 i686
Diffstat (limited to 'media-video/vdr/files')
-rw-r--r--media-video/vdr/files/vdr-1.4.7-gcc-4.3.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-video/vdr/files/vdr-1.4.7-gcc-4.3.diff b/media-video/vdr/files/vdr-1.4.7-gcc-4.3.diff
new file mode 100644
index 000000000000..344ef0628246
--- /dev/null
+++ b/media-video/vdr/files/vdr-1.4.7-gcc-4.3.diff
@@ -0,0 +1,22 @@
+diff -up vdr-1.4.7/epg.c~ vdr-1.4.7/epg.c
+--- vdr-1.4.7/epg.c~ 2006-10-28 12:12:42.000000000 +0300
++++ vdr-1.4.7/epg.c 2008-02-14 19:12:26.000000000 +0200
+@@ -12,6 +12,7 @@
+
+ #include "epg.h"
+ #include <ctype.h>
++#include <limits.h>
+ #include <time.h>
+ #include "libsi/si.h"
+ #include "timers.h"
+diff -up vdr-1.4.7/menuitems.h~ vdr-1.4.7/menuitems.h
+--- vdr-1.4.7/menuitems.h~ 2008-02-14 19:10:06.000000000 +0200
++++ vdr-1.4.7/menuitems.h 2008-02-14 19:12:39.000000000 +0200
+@@ -10,6 +10,7 @@
+ #ifndef __MENUITEMS_H
+ #define __MENUITEMS_H
+
++#include <limits.h>
+ #include "osdbase.h"
+
+ extern const char *FileNameChars;