git: 359c86d8812d - main - multimedia/gstreamer1-plugins-rust: switch cryptic error to upstream issue

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 21 Aug 2023 08:17:31 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=359c86d8812d78f6d7871739e0ccc4f1ccebc726

commit 359c86d8812d78f6d7871739e0ccc4f1ccebc726
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-08-21 08:16:51 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-08-21 08:16:51 +0000

    multimedia/gstreamer1-plugins-rust: switch cryptic error to upstream issue
---
 multimedia/gstreamer1-plugins-rust/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile
index 038a2f1ca030..7e92308e46da 100644
--- a/multimedia/gstreamer1-plugins-rust/Makefile
+++ b/multimedia/gstreamer1-plugins-rust/Makefile
@@ -28,7 +28,7 @@ CARGO_INSTALL=	no
 CARGO_TEST=	no
 
 .if ${MACHINE_ARCH} == i386
-# Fixes error "Rust cannot catch foreign exceptions"
+# https://github.com/rust-lang/rust/issues/85598
 LTO_UNSAFE=	yes
 .endif