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