From 29747f458a1eb2ce23b4594b09d0256dd62760b8 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 14 Oct 2006 08:54:54 +0000 Subject: Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) --- x11/gnome-launch-box/files/patch-src_lb-module-evolution.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 x11/gnome-launch-box/files/patch-src_lb-module-evolution.c (limited to 'x11/gnome-launch-box/files/patch-src_lb-module-evolution.c') diff --git a/x11/gnome-launch-box/files/patch-src_lb-module-evolution.c b/x11/gnome-launch-box/files/patch-src_lb-module-evolution.c new file mode 100644 index 000000000000..b0643f9b7963 --- /dev/null +++ b/x11/gnome-launch-box/files/patch-src_lb-module-evolution.c @@ -0,0 +1,13 @@ +--- src/lb-module-evolution.c.orig Sat Sep 30 02:32:56 2006 ++++ src/lb-module-evolution.c Sat Sep 30 02:33:58 2006 +@@ -258,8 +258,8 @@ + + g_print ("Loading image\n"); + loader = gdk_pixbuf_loader_new (); +- gdk_pixbuf_loader_write (loader, photo->data, +- photo->length, NULL); ++ gdk_pixbuf_loader_write (loader, photo->data.inlined.data, ++ photo->data.inlined.length, NULL); + pixbuf = gdk_pixbuf_loader_get_pixbuf (loader); + if (pixbuf) { + g_object_set (item, -- cgit v1.2.3