aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-07-11 05:18:21 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-09-03 10:59:52 +0000
commit3fc3ff568a4a544c4571f452393de6b0bd5afe2d (patch)
tree33cccb2a9f5391a30ca466d5ef38035cbf7b34d6 /games
parent9c5871cd3f82d4e8c95cd715ddc776bafc5b7e65 (diff)
downloadports-3fc3ff568a4a544c4571f452393de6b0bd5afe2d.tar.gz
ports-3fc3ff568a4a544c4571f452393de6b0bd5afe2d.zip
Diffstat (limited to 'games')
-rw-r--r--games/jumpy/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/jumpy/Makefile b/games/jumpy/Makefile
index d015552514de..ee7f585a62dc 100644
--- a/games/jumpy/Makefile
+++ b/games/jumpy/Makefile
@@ -26,6 +26,11 @@ PLIST_FILES= bin/${PORTNAME}
PLIST_FILES+= "@comment bin/core" # not packaged in vendor binaries
PORTDATA= *
+.if ${MACHINE_ARCH} == i386
+# https://github.com/rust-lang/rust/issues/85598
+CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false
+.endif
+
post-patch:
# Search assets under PREFIX instead of current directory
@${REINPLACE_CMD} 's,assets",../${DATADIR_REL}/&,' \