diff -Naur orig/jovie-4.10.2/cmake/FindSpeechd.cmake fixed/jovie-4.10.2/cmake/FindSpeechd.cmake --- orig/jovie-4.10.2/cmake/FindSpeechd.cmake 2013-03-01 11:06:48.670674211 +0400 +++ fixed/jovie-4.10.2/cmake/FindSpeechd.cmake 2013-04-07 17:56:35.000000000 +0400 @@ -9,7 +9,7 @@ # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. -find_path(SPEECHD_INCLUDE_DIR libspeechd.h) +find_path(SPEECHD_INCLUDE_DIR speech-dispatcher libspeechd.h) find_library(SPEECHD_LIBRARIES NAMES speechd) diff -Naur orig/jovie-4.10.2/jovie/speaker.h fixed/jovie-4.10.2/jovie/speaker.h --- orig/jovie-4.10.2/jovie/speaker.h 2013-03-01 11:06:48.702673816 +0400 +++ fixed/jovie-4.10.2/jovie/speaker.h 2013-04-07 17:57:07.000000000 +0400 @@ -40,7 +40,7 @@ #ifdef OPENTTS_FOUND #include #elif defined(SPEECHD_FOUND) -#include +#include #endif #include "filtermgr.h"