]> git.pld-linux.org Git - packages/brltty.git/blob - brltty-speech-dispatcher.patch
rebuild with python 3.10
[packages/brltty.git] / brltty-speech-dispatcher.patch
1 diff -urNp -x '*.orig' brltty-6.1.org/Drivers/Speech/SpeechDispatcher/speech.c brltty-6.1/Drivers/Speech/SpeechDispatcher/speech.c
2 --- brltty-6.1.org/Drivers/Speech/SpeechDispatcher/speech.c     2020-04-05 12:35:34.000000000 +0200
3 +++ brltty-6.1/Drivers/Speech/SpeechDispatcher/speech.c 2021-03-02 22:36:22.260141892 +0100
4 @@ -34,7 +34,7 @@ typedef enum {
5  
6  #include "spk_driver.h"
7  
8 -#include <libspeechd.h>
9 +#include <speech-dispatcher/libspeechd.h>
10  
11  static SPDConnection *connectionHandle = NULL;
12  static const char *moduleName;
13 diff -urNp -x '*.orig' brltty-6.1.org/configure.ac brltty-6.1/configure.ac
14 --- brltty-6.1.org/configure.ac 2020-04-06 10:12:58.000000000 +0200
15 +++ brltty-6.1/configure.ac     2021-03-02 22:36:22.260141892 +0100
16 @@ -1847,7 +1847,7 @@ BRLTTY_ARG_DISABLE(
17        ])
18     ])
19  
20 -   BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/libspeechd.h], [dnl
21 +   BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/speech-dispatcher/libspeechd.h], [dnl
22        BRLTTY_SPEECH_DRIVER([sd], [SpeechDispatcher])
23     ], [include], [lib], [speechd])
24  
This page took 0.027908 seconds and 3 git commands to generate.