summaryrefslogtreecommitdiffstats
path: root/network/mumble/libspeechd_header.patch
diff options
context:
space:
mode:
author Edward W. Koenig <kingbeowulf@gmail.com>2016-05-29 09:17:19 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-29 09:18:15 +0700
commit6164a3f99c102e2120fa8ee0269a5b1a79201978 (patch)
treea5eecdcfca28de6a37a516ef82a0f754e942dd3c /network/mumble/libspeechd_header.patch
parent2060e4114e73a8246467821e8305ffe29b1403ca (diff)
downloadslackbuilds-6164a3f99c102e2120fa8ee0269a5b1a79201978.tar.gz
slackbuilds-6164a3f99c102e2120fa8ee0269a5b1a79201978.tar.xz
network/mumble: Updated for version 1.2.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mumble/libspeechd_header.patch')
-rw-r--r--network/mumble/libspeechd_header.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/network/mumble/libspeechd_header.patch b/network/mumble/libspeechd_header.patch
new file mode 100644
index 0000000000..d398777a64
--- /dev/null
+++ b/network/mumble/libspeechd_header.patch
@@ -0,0 +1,12 @@
+diff -Naur mumble-1.2.16/src/mumble/TextToSpeech_unix.cpp mumble-1.2.16-new/src/mumble/TextToSpeech_unix.cpp
+--- mumble-1.2.16/src/mumble/TextToSpeech_unix.cpp 2016-05-05 07:56:03.000000000 -0700
++++ mumble-1.2.16-new/src/mumble/TextToSpeech_unix.cpp 2016-05-15 21:58:16.605311547 -0700
+@@ -33,7 +33,7 @@
+ #include "TextToSpeech.h"
+
+ #ifdef USE_SPEECHD
+-#include <libspeechd.h>
++#include </usr/include/speech-dispatcher/libspeechd.h>
+ #endif
+
+ #include "Global.h"