Changes between Initial Version and Version 1 of Ticket #70170, comment 11
- Timestamp:
- Oct 12, 2024, 3:27:26 PM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70170, comment 11
initial v1 6 6 > Replacing the `compiler.blacklist-append` line with `compiler.cxx_standard 2020` may be the correct solution. It fixes the build when I tested it on Snow Leopard, and hopefully should for Leopard and preview builds of Snow Leopard as well. I tried using `compiler.c_standard 2023` as well, but the build failed. 7 7 8 If it uses modern C++ specifically, then portfile must have `compiler.cxx_standard`, blacklist won’t work correctly (since C++ standard does more tha tcompiler choice).8 If it uses modern C++ specifically, then portfile must have `compiler.cxx_standard`, blacklist won’t work correctly (since C++ standard does more than compiler choice).