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/festival/files: festival-1.96_beta-gcc43.patch
Date: Sat, 12 Jan 2008 06:59:56
Message-Id: E1JDaLS-0004CZ-3K@stork.gentoo.org
1 williamh 08/01/12 06:59:54
2
3 Added: festival-1.96_beta-gcc43.patch
4 Log:
5 Fixed dependencies for bug #199886.
6 Applied a gcc 4.3 patch for bug #205401 -- thanks to dirtyepic@g.o.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.1 app-accessibility/festival/files/festival-1.96_beta-gcc43.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/festival/files/festival-1.96_beta-gcc43.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/festival/files/festival-1.96_beta-gcc43.patch?rev=1.1&content-type=text/plain
14
15 Index: festival-1.96_beta-gcc43.patch
16 ===================================================================
17 diff -Naur festival-orig/src/modules/Text/text_modes.cc festival/src/modules/Text/text_modes.cc
18 --- festival-orig/src/modules/Text/text_modes.cc 2004-09-30 07:04:18.000000000 -0600
19 +++ festival/src/modules/Text/text_modes.cc 2008-01-07 22:32:44.000000000 -0600
20 @@ -60,7 +60,7 @@
21 {
22
23 volatile EST_String tmpname = make_tmp_filename();
24 - volatile EST_String inname = get_c_string(filename);
25 + volatile EST_String inname(get_c_string(filename));
26 volatile EST_String filter;
27 volatile EST_TokenStream ts;
28 volatile LISP func;
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list