diff options
Diffstat (limited to '')
-rw-r--r-- | www/libxul/files/patch-bug876156 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/libxul/files/patch-bug876156 b/www/libxul/files/patch-bug876156 deleted file mode 100644 index 84ecf6170671..000000000000 --- a/www/libxul/files/patch-bug876156 +++ /dev/null @@ -1,13 +0,0 @@ -diff --git mfbt/Atomics.h mfbt/Atomics.h -index d79af6c..40b9336 100644 ---- mfbt/Atomics.h -+++ 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 - /* |