Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-tools/files: speech-tools-1.2.96_beta-gcc43-include.patch
Date: Sat, 12 Jan 2008 04:47:04
Message-Id: E1JDYGr-0003Ue-Fw@stork.gentoo.org
1 williamh 08/01/12 04:47:01
2
3 Added: speech-tools-1.2.96_beta-gcc43-include.patch
4 Log:
5 Applied a gcc 4.3 patch, thanks to dirtyepic@g.o.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.1 app-accessibility/speech-tools/files/speech-tools-1.2.96_beta-gcc43-include.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-1.2.96_beta-gcc43-include.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-tools/files/speech-tools-1.2.96_beta-gcc43-include.patch?rev=1.1&content-type=text/plain
13
14 Index: speech-tools-1.2.96_beta-gcc43-include.patch
15 ===================================================================
16 diff -Naur speech_tools-orig/base_class/EST_TSimpleMatrix.cc speech_tools/base_class/EST_TSimpleMatrix.cc
17 --- speech_tools-orig/base_class/EST_TSimpleMatrix.cc 2004-09-30 06:53:35.000000000 -0600
18 +++ speech_tools/base_class/EST_TSimpleMatrix.cc 2008-01-05 11:00:07.000000000 -0600
19 @@ -42,6 +42,7 @@
20
21 #include "EST_TSimpleMatrix.h"
22 #include "EST_TVector.h"
23 +#include <cstring>
24 #include <fstream>
25 #include <iostream>
26 #include "EST_cutils.h"
27 diff -Naur speech_tools-orig/base_class/EST_TSimpleVector.cc speech_tools/base_class/EST_TSimpleVector.cc
28 --- speech_tools-orig/base_class/EST_TSimpleVector.cc 2006-07-06 06:57:18.000000000 -0600
29 +++ speech_tools/base_class/EST_TSimpleVector.cc 2008-01-05 11:00:32.000000000 -0600
30 @@ -42,6 +42,7 @@
31
32 #include "EST_TSimpleVector.h"
33 #include "EST_matrix_support.h"
34 +#include <cstring>
35 #include <fstream>
36 #include "EST_cutils.h"
37
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list