openbsd-ports/devel/gconf2/patches/patch-gconf_gconftool_c
marcm af7732eb62 Fix the libtool patching here. -pthread handling was screwy and in
one rare case it showed up.  Regen remaining patches and lose the po
Makefile one.
2004-12-30 04:30:12 +00:00

13 lines
452 B
Plaintext

$OpenBSD: patch-gconf_gconftool_c,v 1.5 2004/12/30 04:30:12 marcm Exp $
--- gconf/gconftool.c.orig Mon Aug 30 00:35:33 2004
+++ gconf/gconftool.c Wed Dec 22 18:48:43 2004
@@ -4008,7 +4008,7 @@ do_get_default_source (const gchar** arg
}
/* Use default database */
- source = g_strconcat("xml::", GCONF_ETCDIR, "/gconf.xml.defaults", NULL);
+ source = g_strconcat(GCONF_CONFIG_SOURCE, NULL);
g_print ("%s\n", source);
g_free(source);