diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-12-17 15:08:40 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-12-17 15:08:40 +0000 |
commit | 3ae745a30f07c952052094347872c578c26f0a97 (patch) | |
tree | 4e61c1c9991e39e5367981d958e385600acbe3ec /media-plugins/vdr-extb/files | |
parent | updated patch for confix to work with DESTDIR installs (diff) | |
download | gentoo-2-3ae745a30f07c952052094347872c578c26f0a97.tar.gz gentoo-2-3ae745a30f07c952052094347872c578c26f0a97.tar.bz2 gentoo-2-3ae745a30f07c952052094347872c578c26f0a97.zip |
Fix compilation with gcc-4.3. Bug #251189.
(Portage version: 2.1.6.1/cvs/Linux 2.6.27-gentoo-r1 i686)
Diffstat (limited to 'media-plugins/vdr-extb/files')
-rw-r--r-- | media-plugins/vdr-extb/files/vdr-extb-0.3.0-gcc4.3.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-plugins/vdr-extb/files/vdr-extb-0.3.0-gcc4.3.diff b/media-plugins/vdr-extb/files/vdr-extb-0.3.0-gcc4.3.diff new file mode 100644 index 000000000000..0a514c42312f --- /dev/null +++ b/media-plugins/vdr-extb/files/vdr-extb-0.3.0-gcc4.3.diff @@ -0,0 +1,12 @@ +diff -ru extb-0.3.0-orig/lirc.h extb-0.3.0/lirc.h +--- extb-0.3.0-orig/lirc.h 2008-12-17 15:57:18.715406804 +0100 ++++ extb-0.3.0/lirc.h 2008-12-17 16:04:31.962027257 +0100 +@@ -24,6 +24,8 @@ + + #include <vector> + #define __STL_CONFIG_H ++#include <stdlib.h> ++#include <string.h> + #include <vdr/thread.h> + + /////////////////////////////////////////////////////////////////////////////// |