From f7b15ac7ffa56a30bf0f89053157736580ad49b1 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 7 Jul 2002 17:55:36 +0000 Subject: Fix the freezing problem when Nautilus tries to thumbnail certain images. Bump PORTREVISION. Reported by: many Tested by: Franz Klammer --- x11-toolkits/eel2/Makefile | 1 + x11-toolkits/eel2/files/patch-eel_eel-gdk-pixbuf-extensions.c | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 x11-toolkits/eel2/files/patch-eel_eel-gdk-pixbuf-extensions.c (limited to 'x11-toolkits') diff --git a/x11-toolkits/eel2/Makefile b/x11-toolkits/eel2/Makefile index 84eeb5558cab..f6bb0eb468cc 100644 --- a/x11-toolkits/eel2/Makefile +++ b/x11-toolkits/eel2/Makefile @@ -7,6 +7,7 @@ PORTNAME= eel2 PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final diff --git a/x11-toolkits/eel2/files/patch-eel_eel-gdk-pixbuf-extensions.c b/x11-toolkits/eel2/files/patch-eel_eel-gdk-pixbuf-extensions.c new file mode 100644 index 000000000000..1b0db66bd4d1 --- /dev/null +++ b/x11-toolkits/eel2/files/patch-eel_eel-gdk-pixbuf-extensions.c @@ -0,0 +1,11 @@ +--- eel/eel-gdk-pixbuf-extensions.c.orig Sun Jul 7 03:24:52 2002 ++++ eel/eel-gdk-pixbuf-extensions.c Sun Jul 7 03:25:03 2002 +@@ -101,7 +101,7 @@ + { + GnomeVFSResult result; + GnomeVFSHandle *handle; +- char buffer[LOAD_BUFFER_SIZE]; ++ static char buffer[LOAD_BUFFER_SIZE]; + GnomeVFSFileSize bytes_read; + GdkPixbufLoader *loader; + GdkPixbuf *pixbuf; -- cgit v1.2.3