void-packages/srcpkgs/mumble/patches/speech-dispatcher.patch

12 lines
326 B
Diff

--- src/mumble/TextToSpeech_unix.cpp.orig 2017-02-14 16:33:58.775742063 +0100
+++ src/mumble/TextToSpeech_unix.cpp 2017-02-14 16:34:22.172484062 +0100
@@ -33,7 +33,7 @@
#include "TextToSpeech.h"
#ifdef USE_SPEECHD
-#include <libspeechd.h>
+#include <speech-dispatcher/libspeechd.h>
#endif
#include "Global.h"