# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/librewolf/hotfix-sparcv9.patch # Copyright (C) 2023 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- firefox-118.0.2/build/moz.configure/init.configure.vanilla 2023-10-14 18:25:26.242187047 +0200 +++ firefox-118.0.2/build/moz.configure/init.configure 2023-10-14 18:26:00.505187945 +0200 @@ -563,7 +563,7 @@ elif cpu.startswith("hppa") or cpu == "parisc": canonical_cpu = "hppa" endianness = "big" - elif cpu.startswith("sparc64") or cpu.startswith("sparcv9"): + elif cpu.startswith("sparc64"): canonical_cpu = "sparc64" endianness = "big" elif cpu.startswith("sparc") or cpu == "sun4u":