$OpenBSD: patch-shell_source_unix_misc_gnome-open-url_c,v 1.2 2007/04/18 13:20:48 kurt Exp $
--- shell/source/unix/misc/gnome-open-url.c.orig.port	Mon Jun 19 10:19:56 2006
+++ shell/source/unix/misc/gnome-open-url.c	Wed Apr 18 03:46:27 2007
@@ -61,7 +61,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 */
 
@@ -82,7 +82,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 */
