Bug 272049 - games/assaultcube: Fix link on 14-CURRENT i386
Summary: games/assaultcube: Fix link on 14-CURRENT i386
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: i386 Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-17 20:36 UTC by Kevin Zheng
Modified: 2023-06-26 23:31 UTC (History)
1 user (show)

See Also:


Attachments
Patch (1.91 KB, patch)
2023-06-17 20:36 UTC, Kevin Zheng
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Zheng 2023-06-17 20:36:03 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-06-26 23:28:51 UTC
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(-)
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-06-26 23:31:51 UTC
Thank you for your contribution.