summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-09 21:12:03 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-09 21:12:03 +0000
commitd6cbf443063cb3d5e1645ddaab18e812ef4f4659 (patch)
treed76c792a5b4ad44b1cf8c704e5bb1eeeca33c724 /media-sound/ecasound/files
parentInitial commit (diff)
downloadgentoo-2-d6cbf443063cb3d5e1645ddaab18e812ef4f4659.tar.gz
gentoo-2-d6cbf443063cb3d5e1645ddaab18e812ef4f4659.tar.bz2
gentoo-2-d6cbf443063cb3d5e1645ddaab18e812ef4f4659.zip
old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/ecasound/files')
-rw-r--r--media-sound/ecasound/files/ecasound-2.4.6.1-gcc43.patch33
-rw-r--r--media-sound/ecasound/files/ecasound-2.5.0-gcc43.patch12
2 files changed, 0 insertions, 45 deletions
diff --git a/media-sound/ecasound/files/ecasound-2.4.6.1-gcc43.patch b/media-sound/ecasound/files/ecasound-2.4.6.1-gcc43.patch
deleted file mode 100644
index f912744b9c6a..000000000000
--- a/media-sound/ecasound/files/ecasound-2.4.6.1-gcc43.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -urNad ecasound~/ecatools/ecasignalview.cpp ecasound/ecatools/ecasignalview.cpp
---- ecasound~/ecatools/ecasignalview.cpp 2007-08-20 22:03:30.000000000 +0900
-+++ ecasound/ecatools/ecasignalview.cpp 2007-12-13 23:26:40.905257369 +0900
-@@ -31,6 +31,7 @@
- #include <cassert>
- #include <cmath>
- #include <cstdio>
-+#include <cstring>
-
- #include <signal.h>
- #include <unistd.h>
-diff -urNad ecasound~/kvutils/kvu_procedure_timer.cpp ecasound/kvutils/kvu_procedure_timer.cpp
---- ecasound~/kvutils/kvu_procedure_timer.cpp 2007-08-20 22:03:30.000000000 +0900
-+++ ecasound/kvutils/kvu_procedure_timer.cpp 2007-12-13 23:26:40.905257369 +0900
-@@ -19,6 +19,7 @@
- // ------------------------------------------------------------------------
-
- #include <cmath>
-+#include <cstring>
- #include <math.h> /* floor() */
- #include "kvu_numtostr.h"
- #include "kvu_procedure_timer.h"
-diff -urNad ecasound~/libecasound/plugins/audioio_jack_manager.cpp ecasound/libecasound/plugins/audioio_jack_manager.cpp
---- ecasound~/libecasound/plugins/audioio_jack_manager.cpp 2007-08-20 22:03:30.000000000 +0900
-+++ ecasound/libecasound/plugins/audioio_jack_manager.cpp 2007-12-13 23:26:40.906256145 +0900
-@@ -31,6 +31,7 @@
- #include <iostream>
- #include <string>
-
-+#include <cstring>
- #include <sys/time.h> /* gettimeofday() */
- #include <errno.h> /* ETIMEDOUT */
- #include <jack/jack.h>
diff --git a/media-sound/ecasound/files/ecasound-2.5.0-gcc43.patch b/media-sound/ecasound/files/ecasound-2.5.0-gcc43.patch
deleted file mode 100644
index c01d67dd59b9..000000000000
--- a/media-sound/ecasound/files/ecasound-2.5.0-gcc43.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: ecasound-2.5.0/libecasound/eca-static-object-maps.cpp
-===================================================================
---- ecasound-2.5.0.orig/libecasound/eca-static-object-maps.cpp
-+++ ecasound-2.5.0/libecasound/eca-static-object-maps.cpp
-@@ -27,6 +27,7 @@
- #include <cstdlib>
- #include <iostream>
- #include <string>
-+#include <cstring>
- #include <algorithm>
-
- #include <dlfcn.h>