openbsd-ports/x11/gtk+2/patches/patch-gdk-pixbuf_gdk-pixbuf-io_c
jasper 23e3f76824 update gtk+2 to 2.10.10
based on diffs by alek@

ok'd by several, "go ahead" steven@
tested by many, thanks!

(diff to unbreak libgnomeui will follow shortly)
2007-04-23 16:29:05 +00:00

13 lines
530 B
Plaintext

$OpenBSD: patch-gdk-pixbuf_gdk-pixbuf-io_c,v 1.7 2007/04/23 16:29:05 jasper Exp $
--- gdk-pixbuf/gdk-pixbuf-io.c.orig Mon Mar 12 14:57:01 2007
+++ gdk-pixbuf/gdk-pixbuf-io.c Fri Apr 20 19:19:51 2007
@@ -277,7 +277,7 @@ gdk_pixbuf_get_module_file (void)
gchar *result = g_strdup (g_getenv ("GDK_PIXBUF_MODULE_FILE"));
if (!result)
- result = g_build_filename (GTK_SYSCONFDIR, "gtk-2.0", "gdk-pixbuf.loaders", NULL);
+ result = g_build_filename ("/var/db", "gtk-2.0", "gdk-pixbuf.loaders", NULL);
return result;
}