$OpenBSD: patch-modules_plugin_base_src_nsPluginNativeWindowGtk2_cpp,v 1.2 2010/06/28 21:24:22 landry Exp $
--- modules/plugin/base/src/nsPluginNativeWindowGtk2.cpp.orig	Fri Jun 11 22:41:17 2010
+++ modules/plugin/base/src/nsPluginNativeWindowGtk2.cpp	Thu Jun 24 10:08:32 2010
@@ -359,7 +359,7 @@ nsresult nsPluginNativeWindowGtk2::CreateXCompositedWi
      * ensures that those functions stay around even after flash is gone. */
     static void *libplayback_handle;
     if (!libplayback_handle) {
-      libplayback_handle = dlopen("libplayback-1.so.0", RTLD_NOW);
+      libplayback_handle = dlopen("libplayback-1.so", RTLD_NOW);
     }
 
   }
