summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-cubeb-build.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-10-03 16:36:52 -0400
committerB Stack <bgstack15@gmail.com>2018-10-03 16:36:52 -0400
commit9115099c40b267629f4b2da63d9ef9aa4c6fe76c (patch)
treeb782ac21935a1c84a8ade9656073f1f7c35609df /waterfox/waterfox-cubeb-build.patch
parentuse same freebsd_rev as before (diff)
downloadstackrpms-9115099c40b267629f4b2da63d9ef9aa4c6fe76c.tar.gz
stackrpms-9115099c40b267629f4b2da63d9ef9aa4c6fe76c.tar.bz2
stackrpms-9115099c40b267629f4b2da63d9ef9aa4c6fe76c.zip
re-exclude a few freebsd patches before the higher rev number
Diffstat (limited to 'waterfox/waterfox-cubeb-build.patch')
-rw-r--r--waterfox/waterfox-cubeb-build.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/waterfox/waterfox-cubeb-build.patch b/waterfox/waterfox-cubeb-build.patch
deleted file mode 100644
index 39d04f4..0000000
--- a/waterfox/waterfox-cubeb-build.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- 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