Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/www/firefox/patches/Attic/patch-mfbt_Attributes.h,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/www/firefox/patches/Attic/patch-mfbt_Attributes.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- pkgsrc/www/firefox/patches/Attic/patch-mfbt_Attributes.h 2015/07/03 10:25:40 1.5 +++ pkgsrc/www/firefox/patches/Attic/patch-mfbt_Attributes.h 2015/11/03 15:52:57 1.6 @@ -1,6 +1,6 @@ -$NetBSD: patch-mfbt_Attributes.h,v 1.5 2015/07/03 10:25:40 ryoon Exp $ +$NetBSD: patch-mfbt_Attributes.h,v 1.6 2015/11/03 15:52:57 ryoon Exp $ ---- mfbt/Attributes.h.orig 2015-06-18 20:55:34.000000000 +0000 +--- mfbt/Attributes.h.orig 2015-10-22 22:30:35.000000000 +0000 +++ mfbt/Attributes.h @@ -50,6 +50,7 @@ * don't indicate support for them here, due to @@ -9,8 +9,8 @@ $NetBSD: patch-mfbt_Attributes.h,v 1.5 2 +# define MOZ_HAVE_CXX11_ALIGNAS # define MOZ_HAVE_NEVER_INLINE __declspec(noinline) # define MOZ_HAVE_NORETURN __declspec(noreturn) - # ifdef __clang__ -@@ -70,6 +71,9 @@ + # if _MSC_VER >= 1900 +@@ -73,6 +74,9 @@ # ifndef __has_extension # define __has_extension __has_feature /* compatibility, for older versions of clang */ # endif @@ -20,7 +20,7 @@ $NetBSD: patch-mfbt_Attributes.h,v 1.5 2 # if __has_extension(cxx_constexpr) # define MOZ_HAVE_CXX11_CONSTEXPR # endif -@@ -86,6 +90,7 @@ +@@ -89,6 +93,7 @@ # if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L # define MOZ_HAVE_CXX11_CONSTEXPR # if MOZ_GCC_VERSION_AT_LEAST(4, 8, 0)