Remove bogus patch.

This commit is contained in:
ajacoutot 2010-04-23 14:05:31 +00:00
parent d83bd52bfd
commit c1eb319d33
2 changed files with 2 additions and 12 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.26 2010/04/22 21:01:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.27 2010/04/23 14:05:31 ajacoutot Exp $
COMMENT= GNOME accessibility interface
GNOME_PROJECT= at-spi
GNOME_VERSION= 1.30.0
PKGNAME= ${DISTNAME}p0
SHARED_LIBS += spi 0.0 # .10.11
SHARED_LIBS += loginhelper 0.0 # .0.0

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-registryd_registry-main_c,v 1.1 2010/04/22 21:01:07 ajacoutot Exp $
--- registryd/registry-main.c.orig Tue Feb 9 02:48:52 2010
+++ registryd/registry-main.c Thu Apr 22 22:50:32 2010
@@ -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);