1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

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
This commit is contained in:
Joe Marcus Clarke 2003-04-19 20:46:10 +00:00
parent c70f5ccacd
commit a22769375b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79312
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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