~ubuntu-branches/ubuntu/saucy/ecasound2.2/saucy

« back to all changes in this revision

Viewing changes to debian/patches/13_gcc4.3.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-09-26 09:58:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080926095852-k3v9ewhmxpaltusw
Tags: 2.5.2-3
yodl 2.13.1 removed --unique-output option. Remove --unique-output
accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 13_gcc4.3.dpatch by Martin Michlmayr <tbm@cyrius.com>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: GCC 4.3: missing #includes
6
 
 
7
 
@DPATCH@
8
 
diff -urNad ecasound~/ecatools/ecasignalview.cpp ecasound/ecatools/ecasignalview.cpp
9
 
--- ecasound~/ecatools/ecasignalview.cpp        2007-08-20 22:03:30.000000000 +0900
10
 
+++ ecasound/ecatools/ecasignalview.cpp 2007-12-13 23:26:40.905257369 +0900
11
 
@@ -31,6 +31,7 @@
12
 
 #include <cassert>
13
 
 #include <cmath>
14
 
 #include <cstdio>
15
 
+#include <cstring>
16
 
 
17
 
 #include <signal.h>
18
 
 #include <unistd.h>
19
 
diff -urNad ecasound~/kvutils/kvu_procedure_timer.cpp ecasound/kvutils/kvu_procedure_timer.cpp
20
 
--- ecasound~/kvutils/kvu_procedure_timer.cpp   2007-08-20 22:03:30.000000000 +0900
21
 
+++ ecasound/kvutils/kvu_procedure_timer.cpp    2007-12-13 23:26:40.905257369 +0900
22
 
@@ -19,6 +19,7 @@
23
 
 // ------------------------------------------------------------------------
24
 
 
25
 
 #include <cmath>
26
 
+#include <cstring>
27
 
 #include <math.h> /* floor() */
28
 
 #include "kvu_numtostr.h"
29
 
 #include "kvu_procedure_timer.h"
30
 
diff -urNad ecasound~/libecasound/plugins/audioio_jack_manager.cpp ecasound/libecasound/plugins/audioio_jack_manager.cpp
31
 
--- ecasound~/libecasound/plugins/audioio_jack_manager.cpp      2007-08-20 22:03:30.000000000 +0900
32
 
+++ ecasound/libecasound/plugins/audioio_jack_manager.cpp       2007-12-13 23:26:40.906256145 +0900
33
 
@@ -31,6 +31,7 @@
34
 
 #include <iostream>
35
 
 #include <string>
36
 
 
37
 
+#include <cstring>
38
 
 #include <sys/time.h> /* gettimeofday() */
39
 
 #include <errno.h> /* ETIMEDOUT */
40
 
 #include <jack/jack.h>