aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-bug876156
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/files/patch-bug876156')
-rw-r--r--mail/thunderbird/files/patch-bug87615613
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-bug876156 b/mail/thunderbird/files/patch-bug876156
new file mode 100644
index 000000000000..91e93b9b4cae
--- /dev/null
+++ b/mail/thunderbird/files/patch-bug876156
@@ -0,0 +1,13 @@
+diff --git mfbt/Atomics.h mfbt/Atomics.h
+index d79af6c..40b9336 100644
+--- mozilla/mfbt/Atomics.h
++++ mozilla/mfbt/Atomics.h
+@@ -35,7 +35,7 @@
+ */
+ # if !defined(__linux__) && !defined(__OpenBSD__) && \
+ (__cplusplus >= 201103L || defined(__GXX_EXPERIMENTAL_CXX0X__)) && \
+- __has_include(<atomic>)
++ __has_include_next(<atomic>)
+ # define MOZ_HAVE_CXX11_ATOMICS
+ # endif
+ /*