openbsd-ports/x11/gtk+2/patches/patch-gdk-pixbuf_gdk-pixbuf-io_c
ajacoutot 4638ff3003 Update to version 2.18.1.
committing early so that we can work with the latest at upcoming p2k9.
any fallout, please let me know directly.
ok landry@
2009-10-04 18:17:57 +00:00

13 lines
534 B
Plaintext

$OpenBSD: patch-gdk-pixbuf_gdk-pixbuf-io_c,v 1.11 2009/10/04 18:17:57 ajacoutot Exp $
--- gdk-pixbuf/gdk-pixbuf-io.c.orig Sat Sep 12 04:58:36 2009
+++ gdk-pixbuf/gdk-pixbuf-io.c Tue Sep 29 06:59:19 2009
@@ -305,7 +305,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;
}