diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-14 06:53:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-14 06:53:25 +0800 |
commit | 7eb171236450f8b4672806dc73d081c288be4a83 (patch) | |
tree | 623db68af50b2bc0b2caaaecce1a81d2e0770dfd /accessibility | |
parent | c7c15cb846bc444fb1dec8d0d395bad1095101c3 (diff) | |
download | freebsd-ports-graphics-7eb171236450f8b4672806dc73d081c288be4a83.tar.gz freebsd-ports-graphics-7eb171236450f8b4672806dc73d081c288be4a83.tar.zst freebsd-ports-graphics-7eb171236450f8b4672806dc73d081c288be4a83.zip |
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 0f436c30cc7..e569e066169 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 00000000000..023525c6527 --- /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 (); |