Date: Mon, 21 Aug 2023 08:17:30 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: 088660c7e3d7 - main - games/veloren-weekly: switch cryptic error to upstream issue Message-ID: <202308210817.37L8HU6K001226@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=088660c7e3d7ee626e696e00be1b13cb1d04ba0d commit 088660c7e3d7ee626e696e00be1b13cb1d04ba0d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-21 08:16:29 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-08-21 08:16:29 +0000 games/veloren-weekly: switch cryptic error to upstream issue --- games/veloren-weekly/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index fd4f6339e16a..349caf048590 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -36,7 +36,7 @@ PORTDATA= * CONFLICTS_INSTALL= ${PORTNAME} .if ${MACHINE_ARCH} == i386 -# Fixes error "Rust cannot catch foreign exceptions" +# https://github.com/rust-lang/rust/issues/85598 CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false .endif # Fixes error "Instruction does not dominate all uses!"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308210817.37L8HU6K001226>