$OpenBSD: patch-shell_source_unix_misc_gnome-open-url_c,v 1.2 2009/01/22 17:44:39 robert Exp $
--- shell/source/unix/misc/gnome-open-url.c.orig.port	Fri Aug  1 07:34:21 2008
+++ shell/source/unix/misc/gnome-open-url.c	Thu Jan 15 14:47:50 2009
@@ -56,7 +56,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 */
 
@@ -77,7 +77,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 */
