summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-be
blob: 2a066e565579b72a396e10cedd57a5bfaddb2c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-be,v 1.1 2010/07/12 16:49:22 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-03-15 14:56:04.000000000 +0000
+++ mozilla/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) {