aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-bug876156
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/files/patch-bug876156')
-rw-r--r--www/seamonkey/files/patch-bug87615613
1 files changed, 0 insertions, 13 deletions
diff --git a/www/seamonkey/files/patch-bug876156 b/www/seamonkey/files/patch-bug876156
deleted file mode 100644
index 91e93b9b4cae..000000000000
--- a/www/seamonkey/files/patch-bug876156
+++ /dev/null
@@ -1,13 +0,0 @@
-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
- /*