openbsd-ports/www/mozilla-firefox/patches/patch-widget_src_qt_nsSound_cpp
landry ad076fd40f Update www/mozilla-firefox from 3.0.19 to 3.6.3, merging the wip done in
www/firefox36 mostly by martynas@ and naddy@.
Note that the java plugin from devel/jdk currently doesn't work with this
version of firefox, in the meantime users really needed it will have to
use www/firefox35.
ok naddy@
2010-04-26 19:55:58 +00:00

13 lines
485 B
Plaintext

$OpenBSD: patch-widget_src_qt_nsSound_cpp,v 1.1 2010/04/26 19:55:58 landry Exp $
--- widget/src/qt/nsSound.cpp.orig Wed Jul 15 18:36:06 2009
+++ widget/src/qt/nsSound.cpp Tue Jul 21 21:18:28 2009
@@ -123,7 +123,7 @@ nsSound::Init()
EsdOpenSoundType EsdOpenSound;
- elib = PR_LoadLibrary("libesd.so.0");
+ elib = PR_LoadLibrary("libesd.so");
if (!elib) return NS_ERROR_FAILURE;
EsdOpenSound = (EsdOpenSoundType) PR_FindFunctionSymbol(elib, "esd_open_sound");