$OpenBSD: patch-mozilla_toolkit_crashreporter_client_crashreporter_linux_cpp,v 1.2 2010/07/27 17:01:16 landry Exp $
--- mozilla/toolkit/crashreporter/client/crashreporter_linux.cpp.orig	Tue Jul 13 23:29:16 2010
+++ mozilla/toolkit/crashreporter/client/crashreporter_linux.cpp	Wed Jul 21 10:11:59 2010
@@ -362,11 +362,11 @@ typedef const GnomeModuleInfo * (*_libgnomeui_module_i
 
 void TryInitGnome()
 {
-  gnomeLib = dlopen("libgnome-2.so.0", RTLD_LAZY);
+  gnomeLib = dlopen("libgnome-2.so", RTLD_LAZY);
   if (!gnomeLib)
     return;
 
-  gnomeuiLib = dlopen("libgnomeui-2.so.0", RTLD_LAZY);
+  gnomeuiLib = dlopen("libgnomeui-2.so", RTLD_LAZY);
   if (!gnomeuiLib)
     return;
 
