From cce72287a527b46808158af6d6946cd57dfcaeec Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 23 Oct 2021 21:17:32 -0500 Subject: {experimental,legacy}/*: remove unneeded pkgs The Thunderbird 60 release is no longer useful. The legacy packages shown here are not useful and not coming back. --- experimental/thunderbird/rust-config.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 experimental/thunderbird/rust-config.patch (limited to 'experimental/thunderbird/rust-config.patch') diff --git a/experimental/thunderbird/rust-config.patch b/experimental/thunderbird/rust-config.patch deleted file mode 100644 index 4dbddc2a9..000000000 --- a/experimental/thunderbird/rust-config.patch +++ /dev/null @@ -1,20 +0,0 @@ -look, another reason to hate google: fuchsia's triplets confuse the hell out of poor mozconfig - -meanwhile, make -foxkit- more important than -unknown- - ---- thunderbird-60.2.1/build/moz.configure/rust.configure.old 2018-10-01 14:51:04.000000000 +0000 -+++ thunderbird-60.2.1/build/moz.configure/rust.configure 2018-10-11 23:13:15.370000000 +0000 -@@ -119,9 +119,13 @@ - ambiguous = set() - per_raw_os = {} - for t in out: -+ if 'fuchsia' in t: continue - t = split_triplet(t, allow_unknown=True) - key = (t.cpu, t.endianness, t.os) - if key in per_os: -+ # hax to allow Adélie toolchains to work -+ if 'foxkit' in per_os[key].alias: -+ continue - previous = per_os[key] - per_raw_os[(previous.cpu, previous.endianness, - previous.raw_os)] = previous -- cgit v1.2.3-70-g09d2