aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-sandbox-alsa.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-05-23 13:03:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-05-23 13:04:08 +0000
commit1270b6edc7173822bde0f02e009c1cb65ae50698 (patch)
treedbda4447fe04f8f17d37889ccb25398799d044e6 /testing/firefox/fix-sandbox-alsa.patch
parent6534855ffe9c130d907c3dd653ab698e2dc0572a (diff)
downloadaports-1270b6edc7173822bde0f02e009c1cb65ae50698.tar.bz2
aports-1270b6edc7173822bde0f02e009c1cb65ae50698.tar.xz
testing/firefox: upgrade to 60.0.1
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.