public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-burn/files/0.1.0_pre21: vdr-burn-0.1.0_pre21-gcc43.patch
@ 2008-06-15 20:04 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; only message in thread
From: Joerg Bornkessel (hd_brummy) @ 2008-06-15 20:04 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    08/06/15 20:04:11

  Added:                vdr-burn-0.1.0_pre21-gcc43.patch
  Log:
  patch to fix gcc-4.3.x compile problems; thanks to M.Brakemeier on bug #227161
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  media-plugins/vdr-burn/files/0.1.0_pre21/vdr-burn-0.1.0_pre21-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-burn/files/0.1.0_pre21/vdr-burn-0.1.0_pre21-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-burn/files/0.1.0_pre21/vdr-burn-0.1.0_pre21-gcc43.patch?rev=1.1&content-type=text/plain

Index: vdr-burn-0.1.0_pre21-gcc43.patch
===================================================================
add missing includes for gcc-4.3.x
bug 227161
diff -ruN burn-0.1.0-pre21_orig/adaptor.h burn-0.1.0-pre21/adaptor.h
--- burn-0.1.0-pre21_orig/adaptor.h	2006-09-16 20:33:36.000000000 +0200
+++ burn-0.1.0-pre21/adaptor.h	2008-06-15 13:59:43.000000000 +0200
@@ -8,6 +8,7 @@
 #ifndef VDR_BURN_ADAPTOR_H
 #define VDR_BURN_ADAPTOR_H
 
+#include <algorithm>
 #include <iterator>
 #include <vdr/epg.h>
 #include <vdr/tools.h>
diff -ruN burn-0.1.0-pre21_orig/filter.h burn-0.1.0-pre21/filter.h
--- burn-0.1.0-pre21_orig/filter.h	2006-09-16 20:33:36.000000000 +0200
+++ burn-0.1.0-pre21/filter.h	2008-06-15 14:00:07.000000000 +0200
@@ -9,6 +9,7 @@
 #define VDR_BURN_FILTER_H
 
 #include "common.h"
+#include <algorithm>
 #include <iterator>
 
 namespace vdr_burn
diff -ruN burn-0.1.0-pre21_orig/iconvwrapper.c burn-0.1.0-pre21/iconvwrapper.c
--- burn-0.1.0-pre21_orig/iconvwrapper.c	2006-09-16 20:33:36.000000000 +0200
+++ burn-0.1.0-pre21/iconvwrapper.c	2008-06-15 14:05:04.000000000 +0200
@@ -6,6 +6,10 @@
  */
 
 #include "iconvwrapper.h"
+
+#include <stdlib.h>
+#include <string.h>
+
 #include <cerrno>
 #include <sstream>
 
diff -ruN burn-0.1.0-pre21_orig/menuitems.h burn-0.1.0-pre21/menuitems.h
--- burn-0.1.0-pre21_orig/menuitems.h	2006-09-16 20:33:36.000000000 +0200
+++ burn-0.1.0-pre21/menuitems.h	2008-06-15 13:50:00.000000000 +0200
@@ -18,6 +18,7 @@
 #include <memory>
 #include <string>
 #include <vector>
+#include <limits>
 #include "boost/bind.hpp"
 #include <vdr/menuitems.h>
 
diff -ruN burn-0.1.0-pre21_orig/proctools/logger.cc burn-0.1.0-pre21/proctools/logger.cc
--- burn-0.1.0-pre21_orig/proctools/logger.cc	2006-09-16 17:22:02.000000000 +0200
+++ burn-0.1.0-pre21/proctools/logger.cc	2008-06-15 14:08:37.000000000 +0200
@@ -1,6 +1,9 @@
 #include "logger.h"
 #include "functions.h"
 #include "format.h"
+
+#include <string.h>
+
 #include <functional>
 #include <iterator>
 #include <sstream>




-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-15 20:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-15 20:04 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-burn/files/0.1.0_pre21: vdr-burn-0.1.0_pre21-gcc43.patch Joerg Bornkessel (hd_brummy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox