Created attachment 246289 [details] Fix for amd64 on FBSD14 Extend the fix from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274601 to cover amd64 as well.
I'll go ahead and just remove the ARCH check altogether. This goes under blanket approval for build fixes.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3aeb5c7a93b7b9b6df753648e0669143476916d commit e3aeb5c7a93b7b9b6df753648e0669143476916d Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-11-16 20:53:33 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-18 20:20:41 +0000 games/jaggedalliance2: extend 14.0+ build fix to all architectures The fix seems to be needed on amd64 too, so apply it to all architectures just in case. Reported by: Martin Neubauer <m.ne@gmx.net> Approved by: portmgr (build fix blanket) PR: 275069, 274601 MFH: 2023Q4 games/jaggedalliance2/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
A commit in branch 2023Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=481fc59a5fde8489b9a9583144b24204d255b2fb commit 481fc59a5fde8489b9a9583144b24204d255b2fb Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-11-16 20:53:33 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-18 20:24:40 +0000 games/jaggedalliance2: extend 14.0+ build fix to all architectures The fix seems to be needed on amd64 too, so apply it to all architectures just in case. Reported by: Martin Neubauer <m.ne@gmx.net> Approved by: portmgr (build fix blanket) PR: 275069, 274601 MFH: 2023Q4 (cherry picked from commit e3aeb5c7a93b7b9b6df753648e0669143476916d) games/jaggedalliance2/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Thank you for the report.