Files
pkgsrc-ng/devel/xulrunner192/patches/patch-be
2013-09-26 17:14:40 +02:00

17 lines
418 B
Plaintext

$NetBSD: patch-be,v 1.1.1.1 2011/04/19 11:16:08 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-10-12 17:46:08.000000000 +0000
+++ widget/src/gtk2/nsSound.cpp
@@ -138,6 +138,8 @@ nsSound::Init()
mInited = PR_TRUE;
+ return NS_OK;
+
if (!elib) {
elib = PR_LoadLibrary("libesd.so.0");
}