Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2020 12:50:06 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525155 - head/www/firefox/files
Message-ID:  <202002041250.014Co609004192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Feb  4 12:50:06 2020
New Revision: 525155
URL: https://svnweb.freebsd.org/changeset/ports/525155

Log:
  www/firefox: unbreak on -CURRENT/-STABLE after r525108
  
  PR:		243863
  Reported by:	many

Added:
  head/www/firefox/files/patch-bug1594027   (contents, props changed)

Added: head/www/firefox/files/patch-bug1594027
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/firefox/files/patch-bug1594027	Tue Feb  4 12:50:06 2020	(r525155)
@@ -0,0 +1,29 @@
+Disable STL wrappers in some places to help libc++ 9
+
+diff --git config/external/rlbox/moz.build config/external/rlbox/moz.build
+index d216e62cad861..391bbdf566b88 100644
+--- config/external/rlbox/moz.build
++++ config/external/rlbox/moz.build
+@@ -26,4 +26,7 @@ SOURCES += [
+     'rlbox_thread_locals.cpp'
+ ]
+ 
++# bug 1594027
++DisableStlWrapping()
++
+ FINAL_LIBRARY = 'xul'
+\ No newline at end of file
+diff --git gfx/graphite2/src/moz.build gfx/graphite2/src/moz.build
+index 447cd861126a3..8a4fcd814e6fb 100755
+--- gfx/graphite2/src/moz.build
++++ gfx/graphite2/src/moz.build
+@@ -69,6 +69,9 @@ if CONFIG['MOZ_WASM_SANDBOXING_GRAPHITE']:
+ # thebes
+ DefineAndWasmDefine('GRAPHITE2_STATIC', True)
+ 
++# bug 1594027
++DisableStlWrapping()
++
+ # We allow warnings for third-party code that can be updated from upstream.
+ AllowCompilerWarnings()
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002041250.014Co609004192>