Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
drac 08/05/06 19:18:02
Added: ecasound-2.4.6.1-gcc43.patch
Log:
Version bump for bug 220429 with GCC 4.3 patch by Peter Alfredsen.
(Portage version: 2.1.5_rc6)
Revision Changes Path
1.1 media-sound/ecasound/files/ecasound-2.4.6.1-gcc43.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ecasound/files/ecasound-2.4.6.1-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ecasound/files/ecasound-2.4.6.1-gcc43.patch?rev=1.1&content-type=text/plain
Index: ecasound-2.4.6.1-gcc43.patch
===================================================================
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>
--
gentoo-commits@g.o mailing list
|
|