9999999-port1903050-suite-bustage.patch 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # HG changeset patch
  2. # User Bill Gianopoulos <wgianopoulos@gmail.com>
  3. # Date 1718883682 0
  4. BUg 9999999- Port bug 1903050 to suite.
  5. Bug 1903050 - Move NSS_EXTRA_SYMBOLS_FILE from old-configure to moz.configure
  6. diff --git a/suite/confvars.sh b/suite/confvars.sh
  7. --- a/suite/confvars.sh
  8. +++ b/suite/confvars.sh
  9. @@ -17,9 +17,8 @@ MOZ_UPDATER=1
  10. # If more than one ID is needed, then you should use a comma separated list
  11. # of values.
  12. ACCEPTED_MAR_CHANNEL_IDS=seamonkey-comm-central
  13. # The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
  14. MAR_CHANNEL_ID=seamonkey-comm-central
  15. MOZ_PROFILE_MIGRATOR=1
  16. -NSS_EXTRA_SYMBOLS_FILE=../comm/mailnews/nss-extra.symbols
  17. diff --git a/suite/moz.configure b/suite/moz.configure
  18. --- a/suite/moz.configure
  19. +++ b/suite/moz.configure
  20. @@ -7,16 +7,17 @@
  21. set_config("MOZ_SUITE", True)
  22. set_define("MOZ_SUITE", True)
  23. imply_option("MOZ_APP_BASENAME", "SeaMonkey")
  24. imply_option("MOZ_APP_ID", "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}")
  25. imply_option("MOZ_APP_VENDOR", "Mozilla")
  26. # Include the DevTools client, not just the server (which is the default)
  27. imply_option("MOZ_DEVTOOLS", "all")
  28. +imply_option("NSS_EXTRA_SYMBOLS_FILE", "../comm/mailnews/nss-extra.symbols")
  29. imply_option('--enable-default-browser-agent', False)
  30. @depends(target_is_windows, target_has_linux_kernel)
  31. def bundled_fonts(is_windows, is_linux):
  32. if is_windows or is_linux:
  33. return True