Changes between Initial Version and Version 1 of Ticket #64996, comment 8
- Timestamp:
- Jun 26, 2022, 10:14:32 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64996, comment 8
initial v1 9 9 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. 10 10 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.11 2. 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.