1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Fix the build on 4.X.

This commit is contained in:
Joe Marcus Clarke 2005-05-08 05:17:33 +00:00
parent 9b8f447145
commit d1cf6c0854
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134829

View File

@ -0,0 +1,12 @@
--- srcore/srspc.c.orig Sun May 8 01:10:29 2005
+++ srcore/srspc.c Sun May 8 01:10:37 2005
@@ -1531,8 +1531,8 @@ src_timeout_start_speech (gpointer data)
static void
src_restart_speech ()
{
- g_printerr ("\nRestarting speech.\n");
gboolean use_speech = FALSE;
+ g_printerr ("\nRestarting speech.\n");
SET_SRCORE_CONFIG_DATA (SRCORE_SPEECH_ACTIVE, CFGT_BOOL, &use_speech);
g_timeout_add (SRC_SPEECH_RESTART_TIMEOUT, src_timeout_start_speech, NULL);
}