From 53cba99042fa967e2a93da9f8db806fe2d035543 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 17 Feb 2020 01:16:38 +0000 Subject: gentoo resync : 17.02.2020 --- www-client/firefox/files/firefox-73.0_fix_llvm9.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 www-client/firefox/files/firefox-73.0_fix_llvm9.patch (limited to 'www-client/firefox/files/firefox-73.0_fix_llvm9.patch') diff --git a/www-client/firefox/files/firefox-73.0_fix_llvm9.patch b/www-client/firefox/files/firefox-73.0_fix_llvm9.patch new file mode 100644 index 000000000000..e12417e6a024 --- /dev/null +++ b/www-client/firefox/files/firefox-73.0_fix_llvm9.patch @@ -0,0 +1,19 @@ +diff --git a/config/gcc-stl-wrapper.template.h b/config/gcc-stl-wrapper.template.h +--- a/config/gcc-stl-wrapper.template.h ++++ b/config/gcc-stl-wrapper.template.h +@@ -32,6 +32,14 @@ + # define moz_dont_include_mozalloc_for_cstdlib + #endif + ++#ifndef moz_dont_include_mozalloc_for_type_traits ++# define moz_dont_include_mozalloc_for_type_traits ++#endif ++ ++#ifndef moz_dont_include_mozalloc_for_limits ++# define moz_dont_include_mozalloc_for_limits ++#endif ++ + // Include mozalloc after the STL header and all other headers it includes + // have been preprocessed. + #if !defined(MOZ_INCLUDE_MOZALLOC_H) && \ + -- cgit v1.2.3