openbsd-ports/www/minimo/patches/patch-widget_src_gtk_nsSound_cpp
jolan 35944f86f2 minimo-20050524, mini mozilla
this is smaller than firefox and has special handling for small screens
which is useful for machines like the zaurus.  unfortunately, it's not
there yet, see the TODO.  please don't add this to the www Makefile yet.
2005-05-25 06:59:10 +00:00

13 lines
471 B
Plaintext

$OpenBSD: patch-widget_src_gtk_nsSound_cpp,v 1.1.1.1 2005/05/25 06:59:10 jolan Exp $
--- widget/src/gtk/nsSound.cpp.orig Sun Mar 7 20:12:02 2004
+++ widget/src/gtk/nsSound.cpp Tue Jan 4 11:24:01 2005
@@ -86,7 +86,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");