aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2024-03-19 17:23:32 +0000
committerMikael Urankar <mikael@FreeBSD.org>2024-03-23 09:41:45 +0000
commitf82789d972f876aeb39d7b421cbfcd66f02926cd (patch)
treee7a76f8692622eb40f36bcbbe915a3dad471953a /x11
parent73941e6741d663dcc82d1488f9caca462018a31d (diff)
downloadports-f82789d972f876aeb39d7b421cbfcd66f02926cd.tar.gz
ports-f82789d972f876aeb39d7b421cbfcd66f02926cd.zip
x11/clipcat: Fix build with rust 1.77.0
error: lint `coinductive_overlap_in_coherence` has been removed: converted into hard error, see PR #118649 <https://github.com/rust-lang/rust/pull/118649> for more information PR: 277786 Approved by: portmgr (build fix blanket)
Diffstat (limited to 'x11')
-rw-r--r--x11/clipcat/files/patch-rust-1.77.010
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/clipcat/files/patch-rust-1.77.0 b/x11/clipcat/files/patch-rust-1.77.0
new file mode 100644
index 000000000000..50ecb83ca2d7
--- /dev/null
+++ b/x11/clipcat/files/patch-rust-1.77.0
@@ -0,0 +1,10 @@
+--- Cargo.toml.orig 2024-03-19 15:39:03 UTC
++++ Cargo.toml
+@@ -78,7 +78,6 @@ coherence_leak_check = "deny"
+ byte_slice_in_packed_struct_with_derive = "deny"
+ clashing_extern_declarations = "deny"
+ coherence_leak_check = "deny"
+-coinductive_overlap_in_coherence = "deny"
+ confusable_idents = "deny"
+ const_evaluatable_unchecked = "deny"
+ const_item_mutation = "deny"