]> git.pld-linux.org Git - packages/brltty.git/blob - brltty-speech-dispatcher.patch
- updated to 6.6
[packages/brltty.git] / brltty-speech-dispatcher.patch
1 --- brltty-4.5/configure.ac.orig        2013-03-27 23:54:58.000000000 +0100
2 +++ brltty-4.5/configure.ac     2013-04-07 19:04:31.636980920 +0200
3 @@ -1516,7 +1516,7 @@
4        ])
5     ])
6  
7 -   BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/libspeechd.h], [dnl
8 +   BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/speech-dispatcher/libspeechd.h], [dnl
9        BRLTTY_SPEECH_DRIVER([sd], [SpeechDispatcher])
10     ], [include], [lib], [speechd])
11  
12     BRLTTY_IF_PACKAGE([Swift], [swift], [include/swift.h], [dnl
13        BRLTTY_SPEECH_DRIVER([sw], [Swift], [-L$(SWIFT_ROOT)/lib -lswift -lm])
14 #--- brltty-4.5/Drivers/Speech/SpeechDispatcher/Makefile.in.orig        2013-03-27 23:51:36.000000000 +0100
15 #+++ brltty-4.5/Drivers/Speech/SpeechDispatcher/Makefile.in     2013-04-07 19:41:55.110267490 +0200
16 #@@ -25,5 +25,5 @@
17 # include $(SRC_TOP)speech.mk
18
19 # speech.$O:
20 #-      $(CC) $(SPK_CFLAGS) -I$(SPEECHD_ROOT)/include -c $(SRC_DIR)/speech.c
21 #+      $(CC) $(SPK_CFLAGS) -I$$(pkg-config --cflags speech-dispatcher) -c $(SRC_DIR)/speech.c
22
23 --- brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c.orig    2013-03-27 23:51:36.000000000 +0100
24 +++ brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c 2013-04-07 19:56:47.340248894 +0200
25 @@ -38,7 +38,7 @@
26  #define SPK_HAVE_PUNCTUATION
27  #include "spk_driver.h"
28  
29 -#include <libspeechd.h>
30 +#include <speech-dispatcher/libspeechd.h>
31  
32  static SPDConnection *connectionHandle = NULL;
33  static const char *moduleName;
This page took 0.04856 seconds and 3 git commands to generate.