openbsd-ports/www/firefox36/patches/patch-widget_src_qt_nsSound_cpp
landry 17b63192b8 Resurrect www/firefox36 from the Attic, installing 3.6.16 in
${LOCALBASE}/firefox36 with firefox36 binary. Needed for archs
firefox 4 doesn't support (yet?). Yes, i'm looking at you sparc64.
Not yet linked to the build.
2011-03-26 10:58:36 +00:00

13 lines
485 B
Plaintext

$OpenBSD: patch-widget_src_qt_nsSound_cpp,v 1.3 2011/03/26 10:58:36 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");