summaryrefslogtreecommitdiffstats
path: root/extra/libofa/gcc43.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-26 23:22:14 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-26 23:22:14 +0100
commit1a6a3c4fe8ea50b6084546a4abd40e9f0e609b28 (patch)
tree871c615de837a33299aa620b78d92aaab9859b76 /extra/libofa/gcc43.patch
parenta7243fae5a8fa9a649453a49da27145810d5bc47 (diff)
downloadnutyx-extra-1a6a3c4fe8ea50b6084546a4abd40e9f0e609b28.tar.gz
nutyx-extra-1a6a3c4fe8ea50b6084546a4abd40e9f0e609b28.tar.bz2
nutyx-extra-1a6a3c4fe8ea50b6084546a4abd40e9f0e609b28.tar.xz
nutyx-extra-1a6a3c4fe8ea50b6084546a4abd40e9f0e609b28.zip
libofa dans test
Diffstat (limited to 'extra/libofa/gcc43.patch')
-rw-r--r--extra/libofa/gcc43.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/extra/libofa/gcc43.patch b/extra/libofa/gcc43.patch
deleted file mode 100644
index b772dcabd..000000000
--- a/extra/libofa/gcc43.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- lib/signal_op.cpp~ 2007-04-02 12:33:42.000000000 +0000
-+++ lib/signal_op.cpp 2007-04-02 12:33:47.000000000 +0000
-@@ -12,6 +12,7 @@
- // DATE CREATED: 1/12/06
-
-
-+#include <cstdlib>
- #include <math.h>
- #include "signal_op.h"
- #include "AFLIB/aflibConverter.h"
---- examples/example.cpp~ 2007-04-02 12:34:01.000000000 +0000
-+++ examples/example.cpp 2007-04-02 12:34:10.000000000 +0000
-@@ -9,6 +9,8 @@
- -------------------------------------------------------------------*/
-
- #include "protocol.h"
-
-+#include <string.h>
-+
- AudioData* loadWaveFile(char *file);
- AudioData* loadDataUsingLAME(char *file);
---- examples/protocol.cpp~ 2006-05-10 18:05:42.000000000 +0000
-+++ examples/protocol.cpp 2007-12-29 18:06:16.000000000 +0000
-@@ -8,6 +8,7 @@
- -------------------------------------------------------------------*/
- #include <stdio.h>
- #include <stdlib.h>
-+#include <cstring>
- #include <string>
- #include <map>
- #include <expat.h>
-
---- examples/protocol.h 2009-08-04 21:15:45.000000000 +0000
-+++ examples/protocol.h.new 2009-08-04 21:15:10.000000000 +0000
-@@ -10,6 +10,7 @@
- #define __PROTOCOL_H__
-
- #include <string>
-+#include <cstdio>
- #include "ofa1/ofa.h"
-
- using namespace std;