$OpenBSD: patch-shell_source_unix_misc_gnome-open-url_c,v 1.3 2010/06/26 15:48:12 robert Exp $
--- shell/source/unix/misc/gnome-open-url.c.orig.port	Wed May 26 20:29:57 2010
+++ shell/source/unix/misc/gnome-open-url.c	Fri Jun 25 23:56:14 2010
@@ -53,7 +53,7 @@ typedef enum {
  
 gchar* gnome_gconf_get_gnome_libs_settings_relative (const gchar *subkey)
 {
-    void* handle = dlopen("libglib-2.0.so.0", RTLD_LAZY);
+    void* handle = dlopen("libglib-2.0.so", RTLD_LAZY);
     
     (void)subkey; /* avoid warning due to unused parameter */
 
@@ -74,7 +74,7 @@ gchar* gnome_gconf_get_gnome_libs_settings_relative (c
 
 gboolean gnome_url_show (const char *url, GError **error)
 {
-    void* handle = dlopen("libgnomevfs-2.so.0", RTLD_LAZY);
+    void* handle = dlopen("libgnomevfs-2.so", RTLD_LAZY);
     gboolean ret = 0;
 
     (void)error; /* avoid warning due to unused parameter */
