diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-11-11 12:10:06 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-11-11 12:10:06 +0000 |
commit | e0047832e7703ff6f10a952ebf411cf7b24358b2 (patch) | |
tree | 79971aadf1cb9cade64bc5193dbe5cf895b36a70 /media-video/vdr/files | |
parent | Version bump. (diff) | |
download | gentoo-2-e0047832e7703ff6f10a952ebf411cf7b24358b2.tar.gz gentoo-2-e0047832e7703ff6f10a952ebf411cf7b24358b2.tar.bz2 gentoo-2-e0047832e7703ff6f10a952ebf411cf7b24358b2.zip |
Fix compiling vdr-1.4.7 with gcc-4.3.
(Portage version: 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.diff | 22 |
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; |