$OpenBSD: patch-libkttsd_CMakeLists_txt,v 1.1 2014/11/01 21:09:41 zhuk Exp $
Use the correct variable, avoids breaking build in future.
--- libkttsd/CMakeLists.txt.orig	Tue Oct 21 11:14:59 2014
+++ libkttsd/CMakeLists.txt	Tue Oct 21 11:15:07 2014
@@ -1,5 +1,5 @@
 
-include_directories( ${SPEECHD_INCLUDE_DIR} )
+include_directories( ${SPEECHD_INCLUDE_DIRS} )
 
 add_definitions(-DKDE_DEFAULT_DEBUG_AREA=2405)
 
