Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 08:17:31 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 359c86d8812d - main - multimedia/gstreamer1-plugins-rust: switch cryptic error to upstream issue
Message-ID:  <202308210817.37L8HVvt001276@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308210817.37L8HVvt001276>