summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-19 20:46:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-19 20:46:10 +0000
commita22769375b7a96ead063f4449b8550b84f6d97f2 (patch)
treefa7af20ec7bb38bddcf7c3b2e497ec089e21da70 /x11-toolkits
parentUpdate to 0.7.0. (diff)
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
Notes
Notes: svn path=/head/; revision=79312
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libgnomeui/Makefile1
-rw-r--r--x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-app.c11
2 files changed, 12 insertions, 0 deletions
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