aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/jumpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/jumpy/Makefile b/games/jumpy/Makefile
index 5f48faa986e5..070d5c208894 100644
--- a/games/jumpy/Makefile
+++ b/games/jumpy/Makefile
@@ -24,7 +24,7 @@ WITHOUT_LTO= yes # XXX bug 277333 # bevy_dylib
PLIST_FILES= bin/${PORTNAME}
PORTDATA= *
-.if ${MACHINE_ARCH} == i386
+.if ${MACHINE_ARCH} == i386 || "${MACHINE_ARCH:Marmv?}" != ""
# https://github.com/rust-lang/rust/issues/85598
CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false
# https://github.com/briansmith/ring/issues/1793#issuecomment-1793243725