Add patch from BZ#633883 to prevent a crash.
Comment libtool files.
This commit is contained in:
parent
2d9f25f292
commit
9fc900d799
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2011/03/09 17:02:11 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2011/04/06 19:46:17 ajacoutot Exp $
|
||||
|
||||
COMMENT= GNOME accessibility interface
|
||||
|
||||
GNOME_PROJECT= at-spi
|
||||
GNOME_VERSION= 1.32.0
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
SHARED_LIBS += spi 0.0 # .10.11
|
||||
SHARED_LIBS += loginhelper 0.0 # .0.0
|
||||
|
15
x11/gnome/at-spi/patches/patch-registryd_registry-main_c
Normal file
15
x11/gnome/at-spi/patches/patch-registryd_registry-main_c
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-registryd_registry-main_c,v 1.3 2011/04/06 19:46:17 ajacoutot Exp $
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=633883
|
||||
(committed upstream in at-spi2-core)
|
||||
|
||||
--- registryd/registry-main.c.orig Thu Sep 9 04:51:14 2010
|
||||
+++ registryd/registry-main.c Wed Apr 6 21:19:51 2011
|
||||
@@ -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);
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2011/03/09 17:02:11 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2011/04/06 19:46:17 ajacoutot Exp $
|
||||
include/at-spi-1.0/
|
||||
include/at-spi-1.0/cspi/
|
||||
include/at-spi-1.0/cspi/spi-impl.h
|
||||
@ -50,11 +50,11 @@ lib/libloginhelper.la
|
||||
lib/libspi.a
|
||||
lib/libspi.la
|
||||
@lib lib/libspi.so.${LIBspi_VERSION}
|
||||
lib/orbit-2.0/Accessibility_LoginHelper_module.a
|
||||
lib/orbit-2.0/Accessibility_LoginHelper_module.la
|
||||
@comment lib/orbit-2.0/Accessibility_LoginHelper_module.a
|
||||
@comment lib/orbit-2.0/Accessibility_LoginHelper_module.la
|
||||
lib/orbit-2.0/Accessibility_LoginHelper_module.so
|
||||
lib/orbit-2.0/Accessibility_module.a
|
||||
lib/orbit-2.0/Accessibility_module.la
|
||||
@comment lib/orbit-2.0/Accessibility_module.a
|
||||
@comment lib/orbit-2.0/Accessibility_module.la
|
||||
lib/orbit-2.0/Accessibility_module.so
|
||||
lib/pkgconfig/cspi-1.0.pc
|
||||
lib/pkgconfig/libloginhelper-1.0.pc
|
||||
|
Loading…
Reference in New Issue
Block a user