$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 Wed Jul 21 02:52:34 2010 +++ modules/plugin/base/src/nsPluginNativeWindowGtk2.cpp Sun Aug 1 12:58:33 2010 @@ -365,7 +365,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); } }