diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-05 02:03:14 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-05 02:03:14 +0000 |
commit | 09291dd82fcec932be78a1cd84d1c5b3f5bcd7cb (patch) | |
tree | 0b6ede816eec813f8674a93799def99a753b071d /www/firefox/files/patch-cubeb-sndio | |
parent | Add USE_CSTD=c99 to fix build on GCC-based systems: (diff) |
www/firefox: update to 74.0
Changes: https://www.mozilla.org/firefox/74.0/releasenotes/
PR: 244310
Security: 9f900456-0bfa-4da4-ad59-14b2933259a2
Differential Revision: https://reviews.freebsd.org/D23646
Diffstat (limited to 'www/firefox/files/patch-cubeb-sndio')
-rw-r--r-- | www/firefox/files/patch-cubeb-sndio | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/firefox/files/patch-cubeb-sndio b/www/firefox/files/patch-cubeb-sndio deleted file mode 100644 index 4637d825c08d..000000000000 --- a/www/firefox/files/patch-cubeb-sndio +++ /dev/null @@ -1,15 +0,0 @@ -https://github.com/kinetiknz/cubeb/commit/3ab507569153 - -diff --git a/src/cubeb_sndio.c b/src/cubeb_sndio.c -index 4a05bd84..34b3513d 100644 ---- media/libcubeb/src/cubeb_sndio.c -+++ media/libcubeb/src/cubeb_sndio.c -@@ -128,7 +128,7 @@ s16_to_float(void *ptr, long nsamp) - static const char * - sndio_get_device() - { --#ifndef __OpenBSD__ -+#ifdef __linux__ - /* - * On other platforms default to sndio devices, - * so cubebs other backends can be used instead. |