diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-04-08 19:27:43 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-04-08 19:27:43 +0000 |
commit | ff36f58b450424fdb8b9aabe0617374a6d38ff3e (patch) | |
tree | 5ef8d13fa91cff5bcbbb849df043cb9dbef0d749 /accessibility/gnopernicus/files/patch-srcore_srspc.c | |
parent | Update atheme-services to version 7.2.6. (diff) |
Remove expired port:
2016-04-07 accessibility/gnopernicus: Not developed upstream anymore. Obsoleted by accessibility/orca
Diffstat (limited to 'accessibility/gnopernicus/files/patch-srcore_srspc.c')
-rw-r--r-- | accessibility/gnopernicus/files/patch-srcore_srspc.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/accessibility/gnopernicus/files/patch-srcore_srspc.c b/accessibility/gnopernicus/files/patch-srcore_srspc.c deleted file mode 100644 index d6d68bb9b37a..000000000000 --- a/accessibility/gnopernicus/files/patch-srcore_srspc.c +++ /dev/null @@ -1,12 +0,0 @@ ---- 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); - } |