Bug 242392 - x11-toolkits/gnustep-back: fix build on powerpc64
Summary: x11-toolkits/gnustep-back: fix build on powerpc64
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: David Chisnall
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-02 21:33 UTC by Piotr Kubaj
Modified: 2020-01-09 10:07 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (theraven)


Attachments
patch (507 bytes, patch)
2019-12-02 21:33 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (theraven)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2019-12-02 21:33:09 UTC
Created attachment 209632 [details]
patch

LLD_UNSAFE on gnustep ports forces ld.gold, which powerpc64 doesn't have. Use ld.bfd instead, which also seems to work.
Comment 1 Piotr Kubaj freebsd_committer freebsd_triage 2020-01-09 10:07:33 UTC
binutils fix is in progress.