]> git.pld-linux.org Git - packages/audiere.git/commitdiff
- add gcc44 fixes master auto/th/audiere-1_9_4-2
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 13 Nov 2009 11:35:07 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc44.patch -> 1.1

gcc44.patch [new file with mode: 0644]

diff --git a/gcc44.patch b/gcc44.patch
new file mode 100644 (file)
index 0000000..5ea1f44
--- /dev/null
@@ -0,0 +1,30 @@
+--- audiere-1.9.4/src/audiere.h~       2006-02-14 06:57:01.000000000 +0200
++++ audiere-1.9.4/src/audiere.h        2009-11-13 13:27:45.906478378 +0200
+@@ -28,6 +28,7 @@
+ #include <vector>
+ #include <string>
++#include <string.h>
+ #ifdef _MSC_VER
+ #pragma warning(disable : 4786)
+--- audiere-1.9.4/src/debug.cpp~       2006-02-14 06:57:01.000000000 +0200
++++ audiere-1.9.4/src/debug.cpp        2009-11-13 13:29:22.888687932 +0200
+@@ -1,6 +1,7 @@
+ #ifdef WIN32
+   #include <windows.h>
+ #endif
++#include <stdlib.h>
+ #include "debug.h"
+--- audiere-1.9.4/src/utility.cpp~     2006-02-14 06:57:01.000000000 +0200
++++ audiere-1.9.4/src/utility.cpp      2009-11-13 13:30:32.135628668 +0200
+@@ -4,6 +4,7 @@
+ #include <ctype.h>
++#include <stdio.h>
+ #include "utility.h"
+ #include "internal.h"
This page took 0.130691 seconds and 4 git commands to generate.