Update www/firefox to version 73.0_2,1
[dports.git] / www / firefox / files / patch-bug1594027
1 Disable STL wrappers in some places to help libc++ 9
2
3 diff --git config/external/rlbox/moz.build config/external/rlbox/moz.build
4 index d216e62cad861..391bbdf566b88 100644
5 --- config/external/rlbox/moz.build
6 +++ config/external/rlbox/moz.build
7 @@ -26,4 +26,7 @@ SOURCES += [
8      'rlbox_thread_locals.cpp'
9  ]
10  
11 +# bug 1594027
12 +DisableStlWrapping()
13 +
14  FINAL_LIBRARY = 'xul'
15 \ No newline at end of file
16 diff --git gfx/graphite2/src/moz.build gfx/graphite2/src/moz.build
17 index 447cd861126a3..8a4fcd814e6fb 100755
18 --- gfx/graphite2/src/moz.build
19 +++ gfx/graphite2/src/moz.build
20 @@ -69,6 +69,9 @@ if CONFIG['MOZ_WASM_SANDBOXING_GRAPHITE']:
21  # thebes
22  DefineAndWasmDefine('GRAPHITE2_STATIC', True)
23  
24 +# bug 1594027
25 +DisableStlWrapping()
26 +
27  # We allow warnings for third-party code that can be updated from upstream.
28  AllowCompilerWarnings()
29