diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-11-09 21:45:19 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-11-09 22:15:40 +0000 |
commit | 68b67866af88e438bbe0fa533c2b8ba73ed962ea (patch) | |
tree | 9e5b859268dd674d5e414b7263e0a67c1c848c88 | |
parent | 716a5651faedef308ee5c267c381d6dd4483d88c (diff) |
multimedia/ab-av1: drop unused workaround
-rw-r--r-- | multimedia/ab-av1/files/patch-rust-1.58 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/multimedia/ab-av1/files/patch-rust-1.58 b/multimedia/ab-av1/files/patch-rust-1.58 deleted file mode 100644 index c94d59c4a003..000000000000 --- a/multimedia/ab-av1/files/patch-rust-1.58 +++ /dev/null @@ -1,17 +0,0 @@ -===> Updating Cargo.lock -error: failed to parse manifest at `.../ab-av1-0.3.0/Cargo.toml` - -Caused by: - feature `strip` is required - - The package requires the Cargo feature called `strip`, but that feature is not stabilized in this version of Cargo (1.58.0). - Consider trying a newer version of Cargo (this may require the nightly release). - See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#profile-strip-option for more information about the status of this feature. - ---- Cargo.toml.orig 2022-03-05 09:26:22 UTC -+++ Cargo.toml -@@ -33,4 +33,3 @@ opt-level = "s" - [profile.release] - lto = true - opt-level = "s" --strip = true |