summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-bug1386957
blob: d7421200aa78a7f7cae20c7e1dad2a58ad62a591 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://github.com/kinetiknz/cubeb/commit/16f9ccc064f2

--- mozilla/media/libcubeb/src/cubeb_jack.cpp.orig	2017-07-07 05:37:16 UTC
+++ mozilla/media/libcubeb/src/cubeb_jack.cpp
@@ -8,7 +8,9 @@
  */
 #define _DEFAULT_SOURCE
 #define _BSD_SOURCE
+#ifndef __FreeBSD__
 #define _POSIX_SOURCE
+#endif
 #include <algorithm>
 #include <dlfcn.h>
 #include <limits>