Also add patch for PR pkg/42988 crash, effectively disabling all sound support until we decide on what sound API to use. The current dlopen() guesswork is bad, mkay. Bump PKGREVISION for this and previous changes.
16 lines
428 B
Text
16 lines
428 B
Text
$NetBSD: patch-be,v 1.1 2010/03/23 12:43:38 tnn Exp $
|
|
|
|
Disable all sound support for now since it causes
|
|
crashes and doesn't work correctly anyway ...
|
|
|
|
--- widget/src/gtk2/nsSound.cpp.orig 2010-03-15 14:56:04.000000000 +0000
|
|
+++ widget/src/gtk2/nsSound.cpp
|
|
@@ -149,6 +149,8 @@ nsSound::Init()
|
|
|
|
mInited = PR_TRUE;
|
|
|
|
+ return NS_OK;
|
|
+
|
|
if (!elib) {
|
|
elib = PR_LoadLibrary("libesd.so.0");
|
|
if (elib) {
|