summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-be
blob: a57adc46fcccaa2905c341460554563fc3ec90cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-be,v 1.2 2010/09/09 10:58:51 tnn Exp $

Disable all sound support for now since it causes
crashes and doesn't work correctly anyway ...

--- mozilla/widget/src/gtk2/nsSound.cpp.orig	2010-08-25 14:28:44.000000000 +0000
+++ mozilla/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");
     }