diff options
-rw-r--r-- | accessibility/at-spi/Makefile | 4 | ||||
-rw-r--r-- | accessibility/at-spi/files/patch-registryd_registry-main.c | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index a646b9af0..513ad25ed 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/at-spi/Makefile,v 1.94 2010/01/26 03:31:01 avl Exp $ +# $MCom: ports/accessibility/at-spi/Makefile,v 1.95 2010/02/10 21:48:40 kwm Exp $ # PORTNAME= at-spi PORTVERSION= 1.29.90 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 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); |