summaryrefslogtreecommitdiff
path: root/devel/GConf/patches
diff options
context:
space:
mode:
authorwiz <wiz>2009-09-12 19:21:00 +0000
committerwiz <wiz>2009-09-12 19:21:00 +0000
commitd8b51af98d2b45047f2de006ed30e7b51cba931a (patch)
tree3a35d3540265f05b34e04f2eec15d0cf4c5c7f92 /devel/GConf/patches
parent4af0ed9f7feb44807b41f01e81bbcf19dacad6fc (diff)
downloadpkgsrc-d8b51af98d2b45047f2de006ed30e7b51cba931a.tar.gz
Add patch from drochner that gets f-spot further (when autostarting
gconfd-2). Bump PKGREVISION.
Diffstat (limited to 'devel/GConf/patches')
-rw-r--r--devel/GConf/patches/patch-ah12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/GConf/patches/patch-ah b/devel/GConf/patches/patch-ah
new file mode 100644
index 00000000000..944ea92bfde
--- /dev/null
+++ b/devel/GConf/patches/patch-ah
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2009/09/12 19:21:00 wiz Exp $
+
+--- gconf/gconf-client.c.orig 2009-05-14 17:14:07.000000000 +0200
++++ gconf/gconf-client.c
+@@ -168,6 +168,7 @@ gconf_client_get_type (void)
+ (GInstanceInitFunc) gconf_client_init
+ };
+
++ g_type_init();
+ client_type = g_type_register_static (G_TYPE_OBJECT,
+ "GConfClient",
+ &client_info,