summaryrefslogtreecommitdiff
path: root/devel/xulrunner192/patches/patch-be
blob: 072147018f44b3366e28b78018b175459aa2891a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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");
     }