diff options
Diffstat (limited to 'www/firefox/patches/patch-mfbt_Atomics.h')
-rw-r--r-- | www/firefox/patches/patch-mfbt_Atomics.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/firefox/patches/patch-mfbt_Atomics.h b/www/firefox/patches/patch-mfbt_Atomics.h deleted file mode 100644 index 2180a116324..00000000000 --- a/www/firefox/patches/patch-mfbt_Atomics.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-mfbt_Atomics.h,v 1.1 2013/09/19 12:37:50 ryoon Exp $ - ---- mfbt/Atomics.h.orig 2013-09-10 03:43:48.000000000 +0000 -+++ mfbt/Atomics.h -@@ -37,7 +37,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 - /* |