[tor-commits] [tor-browser-build/master] Bug 27503: Adapt mozconfig files to enable accessibility on Windows

gk at torproject.org gk at torproject.org
Fri Jan 25 07:56:45 UTC 2019


commit c4ba9b5e6a38971aad6e6d8331e16e7b3a773f1e
Author: Georg Koppen <gk at torproject.org>
Date:   Tue Jan 22 10:58:41 2019 +0000

    Bug 27503: Adapt mozconfig files to enable accessibility on Windows
    
    When bumping mingw-w64 for the crash fix in #28874 we forgot to adapt
    our Windows mozconfig files to take into account that we don't need to
    define CXXFLAGS anymore. The changes landed in commit
    a91a7e405752bbdbe39101f7aaeb1e1d932199db in the mingw-w64 repo.
---
 projects/firefox/mozconfig-windows-i686   | 3 ---
 projects/firefox/mozconfig-windows-x86_64 | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/projects/firefox/mozconfig-windows-i686 b/projects/firefox/mozconfig-windows-i686
index 07e8851..4045ce0 100644
--- a/projects/firefox/mozconfig-windows-i686
+++ b/projects/firefox/mozconfig-windows-i686
@@ -1,8 +1,5 @@
 CROSS_COMPILE=1
 
-# https://bugzilla.mozilla.org/show_bug.cgi?id=1411401
-export CXXFLAGS="-DWIDL_EXPLICIT_AGGREGATE_RETURNS"
-
 ac_add_options --enable-application=browser
 ac_add_options --target=i686-w64-mingw32
 ac_add_options --with-toolchain-prefix=i686-w64-mingw32-
diff --git a/projects/firefox/mozconfig-windows-x86_64 b/projects/firefox/mozconfig-windows-x86_64
index 1665005..9b757ea 100644
--- a/projects/firefox/mozconfig-windows-x86_64
+++ b/projects/firefox/mozconfig-windows-x86_64
@@ -1,8 +1,5 @@
 CROSS_COMPILE=1
 
-# https://bugzilla.mozilla.org/show_bug.cgi?id=1411401
-export CXXFLAGS="-DWIDL_EXPLICIT_AGGREGATE_RETURNS"
-
 ac_add_options --enable-application=browser
 ac_add_options --target=x86_64-w64-mingw32
 ac_add_options --with-toolchain-prefix=x86_64-w64-mingw32-





More information about the tor-commits mailing list