aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-sandbox-alsa.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/firefox/fix-sandbox-alsa.patch')
-rw-r--r--testing/firefox/fix-sandbox-alsa.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/firefox/fix-sandbox-alsa.patch b/testing/firefox/fix-sandbox-alsa.patch
deleted file mode 100644
index 364e73318b..0000000000
--- a/testing/firefox/fix-sandbox-alsa.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./security/sandbox/linux/moz.build.orig
-+++ ./security/sandbox/linux/moz.build
-@@ -77,6 +77,9 @@
- 'SandboxOpenedFiles.cpp',
- ]
-
-+if CONFIG['MOZ_ALSA']:
-+ DEFINES['MOZ_ALSA'] = True
-+
- # This copy of SafeSPrintf doesn't need to avoid the Chromium logging
- # dependency like the one in libxul does, but this way the behavior is
- # consistent. See also the comment in SandboxLogging.h.