Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176552
Collapse All | Expand All

(-)a/CMakeLists.txt (-1 / +1 lines)
Lines 178-184 Link Here
178
CHECK_INCLUDE_FILES(stdint.h HAVE_STDINT_H)
178
CHECK_INCLUDE_FILES(stdint.h HAVE_STDINT_H)
179
CHECK_INCLUDE_FILES(byteswap.h HAVE_BYTESWAP_H)
179
CHECK_INCLUDE_FILES(byteswap.h HAVE_BYTESWAP_H)
180
CHECK_LIBRARY_EXISTS(gypsy gypsy_control_get_default "" GYPSY_FOUND)
180
CHECK_LIBRARY_EXISTS(gypsy gypsy_control_get_default "" GYPSY_FOUND)
181
CHECK_INCLUDE_FILES(libspeechd.h HAVE_LIBSPEECHD)
181
CHECK_INCLUDE_FILES(speech-dispatcher/libspeechd.h HAVE_LIBSPEECHD)
182
CHECK_INCLUDE_FILES(sys/socket.h HAVE_SOCKET)
182
CHECK_INCLUDE_FILES(sys/socket.h HAVE_SOCKET)
183
CHECK_INCLUDE_FILES(sys/shm.h HAVE_SHMEM)
183
CHECK_INCLUDE_FILES(sys/shm.h HAVE_SHMEM)
184
CHECK_FUNCTION_EXISTS(snprintf   HAVE_SNPRINTF)
184
CHECK_FUNCTION_EXISTS(snprintf   HAVE_SNPRINTF)
(-)a/navit/speech/speech_dispatcher/speech_speech_dispatcher.c (-1 / +1 lines)
Lines 27-33 Link Here
27
#include <glib.h>
27
#include <glib.h>
28
#include <stdarg.h>
28
#include <stdarg.h>
29
#include "config.h"
29
#include "config.h"
30
#include <libspeechd.h>
30
#include <speech-dispatcher/libspeechd.h>
31
#include "plugin.h"
31
#include "plugin.h"
32
#include "speech.h"
32
#include "speech.h"
33
33

Return to bug 176552