From 8bb8c2b0567711e3c3a7864a4f6700b626aab756 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 19 Apr 2003 20:46:10 +0000 Subject: Add a bandaid to fix aborts on -CURRENT with gnome-python apps. Note, the crash only occurs when malloc options are set to AJ (default for -CURRENT). Another workaround for this problem is: # ln -s aj /etc/malloc.conf --- x11-toolkits/libgnomeui/Makefile | 1 + x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-app.c | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-app.c (limited to 'x11-toolkits') diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index f05fc6ba3172..dbe526bf9cc5 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgnomeui PORTVERSION= 2.2.0.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 diff --git a/x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-app.c b/x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-app.c new file mode 100644 index 000000000000..a359d9ae14db --- /dev/null +++ b/x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-app.c @@ -0,0 +1,11 @@ +--- libgnomeui/gnome-app.c.orig Sat Apr 19 16:42:12 2003 ++++ libgnomeui/gnome-app.c Sat Apr 19 16:42:21 2003 +@@ -194,7 +194,7 @@ + static void + gnome_app_instance_init (GnomeApp *app) + { +- const char *icons; ++ const char *icons = NULL; + + app->_priv = NULL; + /* XXX: when there is some private stuff enable this -- cgit