openbsd-ports/audio/speech-dispatcher/patches/patch-src_server_speechd_c
ajacoutot c89acaf493 Import speech-dispatcher-0.7.1.
The Speech Dispatcher project provides a high-level device independent
layer for access to speech synthesis through a simple, stable and well
documented interface.
<...>

ok jasper@
2011-10-20 11:28:27 +00:00

15 lines
544 B
Plaintext

$OpenBSD: patch-src_server_speechd_c,v 1.1.1.1 2011/10/20 11:28:38 ajacoutot Exp $
--- src/server/speechd.c.orig Thu Oct 20 12:09:41 2011
+++ src/server/speechd.c Thu Oct 20 12:09:52 2011
@@ -605,8 +605,10 @@ speechd_init()
if (g_module_supported() == FALSE)
DIE("Loadable modules not supported by current platform.\n");
+#if 0
if(_POSIX_VERSION < 199506L)
DIE("This system doesn't support POSIX.1c threads\n");
+#endif
/* Fill GlobalFDSet with default values */
GlobalFDSet.min_delay_progress = 2000;