Browse Source

Revert "port bug 1802233"

This reverts commit 693497006a781110ca46744b3b646c1d27dc3f4e.
Bill Gianopoulos 1 year ago
parent
commit
5c672e0ddf

+ 0 - 28
mozilla-central/patches/9999999-port1802233-suite-109a1.patch

@@ -1,28 +0,0 @@
-# HG changeset patch
-# User Bill Gianopoulos <wgianopoulos@gmail.com>
-# Date 1669374244 0
-Bug 9999999 - Port bug 1802233 to suite.
-Bug 1802379 - Update target_is_linux with target_has_linux_kernel in config files.
-
-diff --git a/suite/moz.configure b/suite/moz.configure
---- a/suite/moz.configure
-+++ b/suite/moz.configure
-@@ -6,17 +6,17 @@
- 
- set_config("MOZ_SUITE", True)
- set_define("MOZ_SUITE", True)
- 
- imply_option("MOZ_APP_BASENAME", "SeaMonkey")
- 
- imply_option('--enable-default-browser-agent', False)
- 
--@depends(target_is_windows, target_is_linux)
-+@depends(target_is_windows, target_has_linux_kernel)
- def bundled_fonts(is_windows, is_linux):
-     if is_windows or is_linux:
-         return True
- 
- 
- set_config("MOZ_BUNDLED_FONTS", bundled_fonts)
- add_old_configure_assignment("MOZ_BUNDLED_FONTS", bundled_fonts)
- 

+ 0 - 1
mozilla-central/patches/series

@@ -1,4 +1,3 @@
-9999999-port1802233-suite-109a1.patch
 1624546-vs2019-runtime-mc.patch
 9999999-with-vs2019.patch
 9999999-NSSgetentropy.patch