diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-12-20 19:14:31 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-12-20 19:14:31 +0000 |
commit | 2ffcc0371a677b23c0ca8b8f97df92dd0924f659 (patch) | |
tree | e7b34671ff770eabc3157beca90c5058fb4d082a /x11-themes/gtk-engines2 | |
parent | 266e0a0bea558cf722cbfc96f493782f2009c376 (diff) |
Fix the crux engine theme crash looks like this:
[...]libcrux-engine.so: Undefined symbol "uninstall_all_focus_hooks"
Reported by: TooManySecrets <toomany@toomany.net>,
Robert C. Noland III <rnoland@2hip.net>
GNOME Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=322886
Obtained from: GNOME CVS (gtk-engines module)
Notes
Notes:
svn path=/head/; revision=151666
Diffstat (limited to 'x11-themes/gtk-engines2')
-rw-r--r-- | x11-themes/gtk-engines2/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-main.c | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index fc819f486c48..ed24b722fb82 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -8,6 +8,7 @@ PORTNAME= gtk-engines2 PORTVERSION= 2.6.6 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 diff --git a/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-main.c b/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-main.c new file mode 100644 index 000000000000..db57b1bbd4ae --- /dev/null +++ b/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-main.c @@ -0,0 +1,10 @@ +--- engines/crux/src/crux-main.c.orig Tue Dec 20 13:02:45 2005 ++++ engines/crux/src/crux-main.c Tue Dec 20 13:02:49 2005 +@@ -23,7 +23,6 @@ + G_MODULE_EXPORT void + theme_exit(void) + { +- uninstall_all_focus_hooks(); + } + + G_MODULE_EXPORT GtkRcStyle * |