public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/tapestrea/files: tapestrea-0.1.0.5-gcc44.patch
@ 2009-06-28 23:16 Mark Loeser (halcy0n)
  0 siblings, 0 replies; only message in thread
From: Mark Loeser (halcy0n) @ 2009-06-28 23:16 UTC (permalink / raw
  To: gentoo-commits

halcy0n     09/06/28 23:16:25

  Added:                tapestrea-0.1.0.5-gcc44.patch
  Log:
  Version bump and patch by me to fix compilation with gcc-4.3 and 4.4; bug #251259
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.1                  media-sound/tapestrea/files/tapestrea-0.1.0.5-gcc44.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/tapestrea/files/tapestrea-0.1.0.5-gcc44.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/tapestrea/files/tapestrea-0.1.0.5-gcc44.patch?rev=1.1&content-type=text/plain

Index: tapestrea-0.1.0.5-gcc44.patch
===================================================================
diff -ur tapestrea-0.1.0.5-orig/scripting/chuck-1.2.1.2/src/util_string.h tapestrea-0.1.0.5/scripting/chuck-1.2.1.2/src/util_string.h
--- tapestrea-0.1.0.5-orig/scripting/chuck-1.2.1.2/src/util_string.h	2009-06-27 19:06:03.000000000 -0400
+++ tapestrea-0.1.0.5/scripting/chuck-1.2.1.2/src/util_string.h	2009-06-27 19:06:54.000000000 -0400
@@ -36,6 +36,7 @@
 #include "chuck_def.h"
 #include <string>
 #include <vector>
+#include <cstdio>
 
 
 // itoa
diff -ur tapestrea-0.1.0.5-orig/src/taps_birdbrain.cpp tapestrea-0.1.0.5/src/taps_birdbrain.cpp
--- tapestrea-0.1.0.5-orig/src/taps_birdbrain.cpp	2009-06-27 19:06:18.000000000 -0400
+++ tapestrea-0.1.0.5/src/taps_birdbrain.cpp	2009-06-27 17:49:18.000000000 -0400
@@ -35,6 +35,7 @@
 #include "taps_birdbrain.h"
 #include "util_thread.h"
 #include <stdarg.h>
+#include <cstdio>
 
 // for getcwd and chdir
 #ifdef __PLATFORM_WIN32__
diff -ur tapestrea-0.1.0.5-orig/src/ui_audiofx.cpp tapestrea-0.1.0.5/src/ui_audiofx.cpp
--- tapestrea-0.1.0.5-orig/src/ui_audiofx.cpp	2009-06-27 19:06:18.000000000 -0400
+++ tapestrea-0.1.0.5/src/ui_audiofx.cpp	2009-06-27 17:49:18.000000000 -0400
@@ -36,6 +36,7 @@
 #include "taps_birdbrain.h"
 #include "ui_audiofx.h"
 #include <iostream>
+#include <cstdio>
 using namespace std;
 
 // Start FxStk






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

only message in thread, other threads:[~2009-06-28 23:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-28 23:16 [gentoo-commits] gentoo-x86 commit in media-sound/tapestrea/files: tapestrea-0.1.0.5-gcc44.patch Mark Loeser (halcy0n)

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