diff options
author | 2008-05-06 19:18:02 +0000 | |
---|---|---|
committer | 2008-05-06 19:18:02 +0000 | |
commit | 778aa3d37ae37250e4f8eab011f97074b03e4615 (patch) | |
tree | d494ee0b7b82c68a9011bf4ffa856a3ee372d327 /media-sound/ecasound/files | |
parent | Bump to new upstream stable release 20080504, resolves #220605 (diff) | |
download | gentoo-2-778aa3d37ae37250e4f8eab011f97074b03e4615.tar.gz gentoo-2-778aa3d37ae37250e4f8eab011f97074b03e4615.tar.bz2 gentoo-2-778aa3d37ae37250e4f8eab011f97074b03e4615.zip |
Version bump for bug 220429 with GCC 4.3 patch by Peter Alfredsen.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'media-sound/ecasound/files')
-rw-r--r-- | media-sound/ecasound/files/ecasound-2.4.6.1-gcc43.patch | 33 |
1 files changed, 33 insertions, 0 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 new file mode 100644 index 000000000000..f912744b9c6a --- /dev/null +++ b/media-sound/ecasound/files/ecasound-2.4.6.1-gcc43.patch @@ -0,0 +1,33 @@ +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> |