]> git.pld-linux.org Git - packages/brltty.git/blame - brltty-speech-dispatcher.patch
- unconditional noarch subpackages
[packages/brltty.git] / brltty-speech-dispatcher.patch
CommitLineData
0b1afa7b
JB
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 @@
b25dee4e
JR
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])
0b1afa7b
JB
14--- brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c.orig 2013-03-27 23:51:36.000000000 +0100
15+++ brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c 2013-04-07 19:56:47.340248894 +0200
16@@ -38,7 +38,7 @@
17 #define SPK_HAVE_PUNCTUATION
18 #include "spk_driver.h"
19
20-#include <libspeechd.h>
21+#include <speech-dispatcher/libspeechd.h>
22
23 static SPDConnection *connectionHandle = NULL;
24 static const char *moduleName;
This page took 0.061204 seconds and 4 git commands to generate.