openbsd-ports/www/firefox35/patches/patch-widget_src_gtk2_nsSound_cpp
martynas 5473c857d7 import firefox35-3.5rc2, been using it for couple of months.
wip, not linked to the build yet.  needs nspr&nss updates.
2009-06-21 01:31:23 +00:00

22 lines
962 B
Plaintext

$OpenBSD: patch-widget_src_gtk2_nsSound_cpp,v 1.1.1.1 2009/06/21 01:31:26 martynas Exp $
--- widget/src/gtk2/nsSound.cpp.orig Thu Mar 5 23:32:52 2009
+++ widget/src/gtk2/nsSound.cpp Fri Mar 13 17:25:23 2009
@@ -134,7 +134,7 @@ nsSound::Init()
but we will if we want to do things like streams, etc */
EsdOpenSoundType EsdOpenSound;
- elib = PR_LoadLibrary("libesd.so.0");
+ elib = PR_LoadLibrary("libesd.so");
if (elib) {
EsdOpenSound = (EsdOpenSoundType) PR_FindFunctionSymbol(elib, "esd_open_sound");
if (!EsdOpenSound) {
@@ -151,7 +151,7 @@ nsSound::Init()
}
if (!libcanberra) {
- libcanberra = PR_LoadLibrary("libcanberra.so.0");
+ libcanberra = PR_LoadLibrary("libcanberra.so");
if (libcanberra) {
ca_context_create = (ca_context_create_fn) PR_FindFunctionSymbol(libcanberra, "ca_context_create");
if (!ca_context_create) {