91ba45c396
Web-browser, advanced e-mail and newsgroup client, IRC chat client, and HTML editing made simple -- all your Internet needs in one application. Based mostly on a port from James Wright <jamesw at bsdhosting.co.za> with input from several - thanks! Tested on i386/amd64/sparc64/macppc.
13 lines
485 B
Plaintext
13 lines
485 B
Plaintext
$OpenBSD: patch-widget_src_gtk2_nsSound_cpp,v 1.1.1.1 2006/12/22 23:32:28 kurt Exp $
|
|
--- widget/src/gtk2/nsSound.cpp.orig Thu Aug 17 04:41:52 2006
|
|
+++ widget/src/gtk2/nsSound.cpp Fri Sep 15 07:41:32 2006
|
|
@@ -114,7 +114,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_FindSymbol(elib, "esd_open_sound");
|