Created attachment 242844 [details] Patch Fix build on 14-CURRENT i386 by disabling dynamic relocation checks with lld 15. See: https://cgit.freebsd.org/ports/commit/?id=145ca5487348
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=658a65e0dab377a6bdd4ca9ff792f9e21cad8a53 commit 658a65e0dab377a6bdd4ca9ff792f9e21cad8a53 Author: Kevin Zheng <kevinz5000@gmail.com> AuthorDate: 2023-06-17 20:32:28 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-06-26 22:58:23 +0000 games/assaultcube: Fix link on 14-CURRENT i386 Fix build on 14-CURRENT i386 by disabling dynamic relocation checks with lld 15. PR: 272049 See also: 145ca5487348 games/assaultcube/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-)
Thank you for your contribution.