From ef0a0c91f153782cd38b84d14147dfa8cef8337f Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Thu, 16 Jul 2015 06:05:59 +0000 Subject: - Update NSS and ca_root_nss to 3.19.2 - Update Firefox and gmp-api to 39.0 - Update Firefox ESR and libxul to 38.1.0 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19.2_release_notes Changes: https://www.mozilla.org/firefox/39.0/releasenotes/ Changes: https://www.mozilla.org/firefox/38.1.0/releasenotes/ MFH: 2015Q3 Security: https://vuxml.freebsd.org/freebsd/44d9daee-940c-4179-86bb-6e3ffd617869.html --- www/libxul/files/patch-bug1073709 | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 www/libxul/files/patch-bug1073709 (limited to 'www/libxul/files/patch-bug1073709') diff --git a/www/libxul/files/patch-bug1073709 b/www/libxul/files/patch-bug1073709 deleted file mode 100644 index f011d7438ad0..000000000000 --- a/www/libxul/files/patch-bug1073709 +++ /dev/null @@ -1,18 +0,0 @@ -diff --git mfbt/Atomics.h mfbt/Atomics.h -index 495a9d3..c7f7601 100644 ---- mfbt/Atomics.h -+++ mfbt/Atomics.h -@@ -34,10 +34,12 @@ - * loose typing of the atomic builtins. GCC 4.5 and 4.6 lacks inline - * definitions for unspecialized std::atomic and causes linking errors. - * Therefore, we require at least 4.7.0 for using libstdc++. -+ * -+ * libc++ is only functional with clang. - */ - # if MOZ_USING_LIBSTDCXX && MOZ_LIBSTDCXX_VERSION_AT_LEAST(4, 7, 0) - # define MOZ_HAVE_CXX11_ATOMICS --# elif MOZ_USING_LIBCXX -+# elif MOZ_USING_LIBCXX && defined(__clang__) - # define MOZ_HAVE_CXX11_ATOMICS - # endif - /* -- cgit v1.2.3