Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher/files: speech-dispatcher-mutils.patch
Date: Mon, 01 Mar 2010 21:05:54
Message-Id: E1NmCoK-0001ee-IR@stork.gentoo.org
1 patrick 10/03/01 21:05:52
2
3 Added: speech-dispatcher-mutils.patch
4 Log:
5 Fixing compile failure, fixes #307341. Thanks to Renato Gallo.
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-accessibility/speech-dispatcher/files/speech-dispatcher-mutils.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/files/speech-dispatcher-mutils.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/files/speech-dispatcher-mutils.patch?rev=1.1&content-type=text/plain
13
14 Index: speech-dispatcher-mutils.patch
15 ===================================================================
16 --- src/modules/module_utils.h 2008-07-30 10:53:07.000000000 +0200
17 +++ src/modules/module_utils.h.new 2010-03-01 18:28:08.000000000 +0100
18 @@ -420,9 +420,9 @@
19
20
21
22 -/* So that gcc doesn't complain */
23 +/* So that gcc doesn't complain
24 int getline(char**, size_t*, FILE*);
25 -
26 +*/
27 pthread_mutex_t module_stdout_mutex;
28
29 int module_utils_init(void);
30
31 --- src/modules/module_main.c 2008-06-27 14:29:26.000000000 +0200
32 +++ src/modules/module_main.c.new 2010-03-01 18:32:16.000000000 +0100
33 @@ -21,8 +21,9 @@
34 * $Id: speech-dispatcher-mutils.patch,v 1.1 2010/03/01 21:05:52 patrick Exp $
35 */
36
37 -/* So that gcc doesn't comply */
38 +/* So that gcc doesn't comply
39 int getline(char**, size_t*, FILE*);
40 +*/
41
42 #define PROCESS_CMD(command, function) \
43 if (!strcmp(cmd_buf, #command"\n")){ \