$OpenBSD: patch-toolkit_crashreporter_client_crashreporter_linux_cpp,v 1.3 2011/06/28 22:01:18 landry Exp $
OBSD specific patch
--- toolkit/crashreporter/client/crashreporter_linux.cpp.orig	Wed Feb 23 06:53:51 2011
+++ toolkit/crashreporter/client/crashreporter_linux.cpp	Sat Feb 26 09:25:37 2011
@@ -364,11 +364,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;
 
