[MacPorts] #61945: fldigi port fails to rebuild
MacPorts
noreply at macports.org
Tue Feb 9 20:20:51 UTC 2021
#61945: fldigi port fails to rebuild
-------------------------+---------------------
Reporter: mouse07410 | Owner: ra1nb0w
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: fixed | Keywords:
Port: fldigi |
-------------------------+---------------------
Comment (by mouse07410):
> Maybe we need to deny use of this compiler from Xcode 12.x
**No!
What you need to make it build-able is:
- ensure {{{asciidoc}}} is at least v10.0.0a2 - otherwise you'll get
{{{^M}}} in a few files
- enforce {{{-std=c++11}}} - otherwise (e.g., with {{{-std=gnu++17}}}, as
I usually have) you'll get {{{set_unexpected()}}} undefined
- enforce {{{-mmacosx-version-min=10.11}}} or such, as this build fails
with {{{-mmacosx-version-min=10.6}}} or whatever
Then it builds fine with Xcode-12.4.
--
Ticket URL: <https://trac.macports.org/ticket/61945#comment:23>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list