openbsd-ports/x11/gtk+2/patches/patch-gdk-pixbuf_gdk-pixbuf-io_c
marcm 014548031a Update to gtk+ 2.4.3 and friends.
Note: this will cause breakage in ports that set the various
*_DISABLE_DEPRECATED defines for gtk.  These weill be addressed
shortly.

ok pvalchev@
2004-06-22 03:15:02 +00:00

13 lines
551 B
Plaintext

$OpenBSD: patch-gdk-pixbuf_gdk-pixbuf-io_c,v 1.2 2004/06/22 03:15:03 marcm Exp $
--- gdk-pixbuf/gdk-pixbuf-io.c.orig 2004-03-15 06:28:45.000000000 -0800
+++ gdk-pixbuf/gdk-pixbuf-io.c 2004-03-30 22:55:18.000000000 -0800
@@ -229,7 +229,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;
}