Bill Gianopoulos 3 years ago
parent
commit
409dca96ca

+ 1 - 1
mozilla-central/patches/1659298-extensions-moz-v1_1-mc.patch

@@ -7,7 +7,7 @@ Bug 1659298 - Get rid of distribution extensions in favor of application global
 diff --git a/config/rules.mk b/config/rules.mk
 --- a/config/rules.mk
 +++ b/config/rules.mk
-@@ -904,19 +904,19 @@ endif
+@@ -886,19 +886,19 @@ endif
  
  # See comment above about moving this out of the tools tier.
  ifdef INSTALL_EXTENSION_ID

+ 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
-@@ -510,27 +510,26 @@ def get_vc_paths(topsrcdir):
+@@ -503,27 +503,26 @@ def get_vc_paths(topsrcdir):
  def host_is_windows(host):
      if host.kernel == "WINNT":
          return True