summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-be
blob: 73263103bd2e621cc86912f0d1aa04ea7b12416d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-be,v 1.3 2011/08/19 14:39:09 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-06 01:09:23.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");
     }