diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-13 22:53:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-13 22:53:25 +0000 |
commit | e534360e3045b4b21c56afdbe44069eaf217dca7 (patch) | |
tree | a4931e0f6be29d1ce7222be775ad0ac8353adbd2 /accessibility | |
parent | Upgrade to 0.7.0 and install a multi-player scores file. (diff) |
Fix a crash when trying to do anything useful in GOK.
Obtained from: GNOME CVS
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/gok/Makefile | 1 | ||||
-rw-r--r-- | accessibility/gok/files/patch-gok_gok-spy.c | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 0f436c30cc72..e569e066169c 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -7,6 +7,7 @@ PORTNAME= gok PORTVERSION= 1.0.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= accessibility sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} diff --git a/accessibility/gok/files/patch-gok_gok-spy.c b/accessibility/gok/files/patch-gok_gok-spy.c new file mode 100644 index 000000000000..023525c6527a --- /dev/null +++ b/accessibility/gok/files/patch-gok_gok-spy.c @@ -0,0 +1,13 @@ +--- gok/gok-spy.c.orig Sat May 13 18:49:18 2006 ++++ gok/gok-spy.c Sat May 13 18:49:30 2006 +@@ -1406,10 +1406,7 @@ gok_spy_resolve_namesakes (GSList *list) + GSList *namesake; + gboolean distinguished_source = FALSE; + +- name[63] = '\0'; +- + if (resolve_namesakes_reentry_guard) return; +- + else resolve_namesakes_reentry_guard = TRUE; + + gok_log_enter (); |