9944b0d1c5
been tested good enough, and i've fixed all the issues i'm aware of. furthermore 2.0 branch has basically reached eol, since there will be only one minor update (2.0.0.19) discussed with kurt@, naddy@ and porters pkgname change handling help naddy@ ok naddy@
13 lines
686 B
Plaintext
13 lines
686 B
Plaintext
$OpenBSD: patch-accessible_src_atk_nsAppRootAccessible_cpp,v 1.1 2008/11/20 23:41:32 martynas Exp $
|
|
--- accessible/src/atk/nsAppRootAccessible.cpp.orig Thu Oct 11 13:13:32 2007
|
|
+++ accessible/src/atk/nsAppRootAccessible.cpp Fri Jun 13 19:31:10 2008
|
|
@@ -55,7 +55,7 @@ typedef GType (* AtkGetTypeType) (void);
|
|
GType g_atk_hyperlink_impl_type = G_TYPE_INVALID;
|
|
static PRBool sATKChecked = PR_FALSE;
|
|
static PRLibrary *sATKLib = nsnull;
|
|
-static const char sATKLibName[] = "libatk-1.0.so.0";
|
|
+static const char sATKLibName[] = "libatk-1.0.so";
|
|
static const char sATKHyperlinkImplGetTypeSymbol[] =
|
|
"atk_hyperlink_impl_get_type";
|
|
static const char sAccEnv [] = "GNOME_ACCESSIBILITY";
|