Bill Gianopoulos 2 years ago
parent
commit
9ce37c00f0

+ 1 - 1
comm-central/patches/TOP-1684772-l10n-toml-cc.patch

@@ -7,7 +7,7 @@ Bug 1684772 - Move editor/ui into suite/editor - l10n.toml changes for older bra
 diff --git a/mail/locales/l10n.toml b/mail/locales/l10n.toml
 --- a/mail/locales/l10n.toml
 +++ b/mail/locales/l10n.toml
-@@ -81,20 +81,16 @@ locales = [
+@@ -82,20 +82,16 @@ locales = [
      reference = "mail/locales/en-US/**"
      l10n = "{l}mail/**"
  

+ 1 - 1
mozilla-central/patches/9999999-NSSgetentropy.patch

@@ -9,7 +9,7 @@ Bug 9999999 - Avoid use of getentropy in --enable-stdcxx-compat builds.
 diff --git a/security/moz.build b/security/moz.build
 --- a/security/moz.build
 +++ b/security/moz.build
-@@ -139,16 +139,18 @@ if CONFIG["OS_TARGET"] == "WINNT":
+@@ -147,16 +147,18 @@ if CONFIG["OS_TARGET"] == "WINNT":
          sandbox_vars["ASFLAGS"] = ["-safeseh"]
  if CONFIG["OS_TARGET"] == "Android":
      sandbox_vars["CFLAGS"] = [

+ 1 - 1
mozilla-central/patches/9999999-with-vs2019.patch

@@ -7,7 +7,7 @@ Bug 9999999 - permit --with-visual-studio-version=2019.
 diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolchain.configure
 --- a/build/moz.configure/toolchain.configure
 +++ b/build/moz.configure/toolchain.configure
-@@ -503,27 +503,26 @@ def get_vc_paths(topsrcdir):
+@@ -507,27 +507,26 @@ def get_vc_paths(topsrcdir):
  def host_is_windows(host):
      if host.kernel == "WINNT":
          return True