summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-cubeb-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox/waterfox-cubeb-build.patch')
-rw-r--r--waterfox/waterfox-cubeb-build.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/waterfox/waterfox-cubeb-build.patch b/waterfox/waterfox-cubeb-build.patch
new file mode 100644
index 0000000..39d04f4
--- /dev/null
+++ b/waterfox/waterfox-cubeb-build.patch
@@ -0,0 +1,8 @@
+--- Waterfox-56.0.2/media/libcubeb/src/moz.build.cubebbuild 2018-01-05 16:39:00.921101411 -0200
++++ Waterfox-56.0.2/media/libcubeb/src/moz.build 2018-01-05 16:40:44.948718748 -0200
+@@ -89,4 +89,4 @@ CFLAGS += CONFIG['MOZ_ALSA_CFLAGS']
+ CFLAGS += CONFIG['MOZ_PULSEAUDIO_CFLAGS']
+
+ # We allow warnings for third-party code that can be updated from upstream.
+-AllowCompilerWarnings()
++ALLOW_COMPILER_WARNINGS = True
bgstack15