Changes between Initial Version and Version 1 of Ticket #64996, comment 8


Ignore:
Timestamp:
Jun 26, 2022, 10:14:32 PM (23 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64996, comment 8

    initial v1  
    99 Clang is the only compiler modern macOS has in the compiler list, but this port apparently is not compatible with clang. Therefore the port must add some other suitable compiler to the compiler.fallback list.
    1010
    11 2. It patches configure so that it always builds with `gcc` rather than with the compiler MacPorts tells it to use; in other words; it's not UsingTheRightCompiler.
     112. It patches configure and Makefile so that it always builds with `gcc` rather than with the compiler MacPorts tells it to use; in other words; it's not UsingTheRightCompiler.