diff options
author | marcus <marcus@FreeBSD.org> | 2005-05-08 05:17:33 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-05-08 05:17:33 +0000 |
commit | 76656ea0b1883cb2fde05718cd8fb9447388216d (patch) | |
tree | c71a695c2fe8deabe8fbbbde9587abf6bd3f7ea9 /accessibility | |
parent | 01ccfaba5b91a0cffa35a1bd011d0deea0eadd93 (diff) | |
download | FreeBSD-ports-76656ea0b1883cb2fde05718cd8fb9447388216d.zip FreeBSD-ports-76656ea0b1883cb2fde05718cd8fb9447388216d.tar.gz |
Fix the build on 4.X.
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/gnopernicus/files/patch-srcore_srspc.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/accessibility/gnopernicus/files/patch-srcore_srspc.c b/accessibility/gnopernicus/files/patch-srcore_srspc.c new file mode 100644 index 0000000..d6d68bb --- /dev/null +++ b/accessibility/gnopernicus/files/patch-srcore_srspc.c @@ -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); + } |