diff options
author | Zach van Rijn <me@zv.io> | 2021-10-24 08:42:02 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-10-24 08:42:02 +0000 |
commit | 7430b52ee7e743a225f3ccb7b4326bb84c2f9c87 (patch) | |
tree | df672abbe2babacba82be27e1f7b04c87ba99518 /experimental/thunderbird/rust-config.patch | |
parent | 4613eb823f0ad14257e0de868e78f457a263959f (diff) | |
parent | cce72287a527b46808158af6d6946cd57dfcaeec (diff) | |
download | packages-7430b52ee7e743a225f3ccb7b4326bb84c2f9c87.tar.gz packages-7430b52ee7e743a225f3ccb7b4326bb84c2f9c87.tar.bz2 packages-7430b52ee7e743a225f3ccb7b4326bb84c2f9c87.tar.xz packages-7430b52ee7e743a225f3ccb7b4326bb84c2f9c87.zip |
Merge branch 'awilfox/remove-stuff-20211023' into 'master'
{experimental,legacy}/*: remove unneeded pkgs
See merge request adelie/packages!632
Diffstat (limited to 'experimental/thunderbird/rust-config.patch')
-rw-r--r-- | experimental/thunderbird/rust-config.patch | 20 |
1 files changed, 0 insertions, 20 deletions
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 |