openbsd-ports/x11/gtk+2/patches/patch-gdk-pixbuf_gdk-pixbuf-io_c
marcm 2f152ca5c2 Update to GTK+ 2.8.6
2.8 series release notes here:
http://mail.gnome.org/archives/gnome-announce-list/2005-August/msg00054.html

NOTE: GTK+ now uses the Cairo vector graphic library as well as depending
on a version of Pango with it as well.  This will at a minimum require
chanes to the WANTLIBS of depending ports.
2005-11-13 06:23:58 +00:00

13 lines
529 B
Plaintext

$OpenBSD: patch-gdk-pixbuf_gdk-pixbuf-io_c,v 1.4 2005/11/13 06:23:58 marcm Exp $
--- gdk-pixbuf/gdk-pixbuf-io.c.orig Fri Jul 22 08:34:32 2005
+++ gdk-pixbuf/gdk-pixbuf-io.c Tue Aug 23 22:16:42 2005
@@ -276,7 +276,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;
}