diff options
Diffstat (limited to 'media-plugins/vdr-graphtft/files/vdr-graphtft-0.2.2-gcc44.patch')
-rw-r--r-- | media-plugins/vdr-graphtft/files/vdr-graphtft-0.2.2-gcc44.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/media-plugins/vdr-graphtft/files/vdr-graphtft-0.2.2-gcc44.patch b/media-plugins/vdr-graphtft/files/vdr-graphtft-0.2.2-gcc44.patch deleted file mode 100644 index 69b2536d7d3d..000000000000 --- a/media-plugins/vdr-graphtft/files/vdr-graphtft-0.2.2-gcc44.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -NrU5 graphtft-0.2.2.original/common.h graphtft-0.2.2/common.h ---- graphtft-0.2.2.original/common.h 2009-06-30 19:47:15.000000000 -0600 -+++ graphtft-0.2.2/common.h 2009-06-30 19:49:28.000000000 -0600 -@@ -15,10 +15,11 @@ - #ifndef ___COMMON_H - #define ___COMMON_H - - #include <string> - #include <iconv.h> -+#include <stdint.h> - - using std::string; - - enum TimeConst - { |