summaryrefslogtreecommitdiffstats
path: root/accessibility/at-spi/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-11 04:06:06 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-11 04:06:06 +0800
commit1aa60032bbe3f6bbe545e17d3de25c5309a2e18d (patch)
tree65a985b7c968bce475a200115bd41203443872c4 /accessibility/at-spi/files
parent3ec77a4651058e6e36300eba20a5cd2c3b74093e (diff)
downloadmarcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.tar
marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.tar.gz
marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.tar.bz2
marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.tar.lz
marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.tar.xz
marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.tar.zst
marcuscom-ports-1aa60032bbe3f6bbe545e17d3de25c5309a2e18d.zip
Add CONFLICTS with the each others.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15789 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/at-spi/files')
-rw-r--r--accessibility/at-spi/files/patch-registryd_registry-main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/accessibility/at-spi/files/patch-registryd_registry-main.c b/accessibility/at-spi/files/patch-registryd_registry-main.c
new file mode 100644
index 000000000..ac903d9f4
--- /dev/null
+++ b/accessibility/at-spi/files/patch-registryd_registry-main.c
@@ -0,0 +1,10 @@
+--- registryd/registry-main.c.orig 2010-02-27 00:19:33.000000000 -0500
++++ registryd/registry-main.c 2010-02-27 00:21:10.000000000 -0500
+@@ -198,6 +198,7 @@ main (int argc, char **argv)
+ * has been set. If we have not been relocated, we will exit if the
+ * at-spi-dbus key has been set.
+ */
++ g_type_init ();
+ gconf_client = gconf_client_get_default ();
+ #ifdef RELOCATE
+ need_to_quit = !gconf_client_get_bool (gconf_client, CORBA_GCONF_KEY, NULL);