Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 08:18:47 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 1c406f22839c - 2023Q3 - games/veloren-weekly: switch cryptic error to upstream issue
Message-ID:  <202308210818.37L8Ilwn001593@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1c406f22839c1bb4bffa94dd0f91165e903c95e3

commit 1c406f22839c1bb4bffa94dd0f91165e903c95e3
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:18:35 +0000

    games/veloren-weekly: switch cryptic error to upstream issue
    
    (cherry picked from commit 088660c7e3d7ee626e696e00be1b13cb1d04ba0d)
---
 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 4e6d706b17c4..d9338855cb74 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?202308210818.37L8Ilwn001593>