Changes between Initial Version and Version 1 of Ticket #70170, comment 11


Ignore:
Timestamp:
Oct 12, 2024, 3:27:26 PM (5 weeks ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70170, comment 11

    initial v1  
    66> 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.
    77
    8 If it uses modern C++ specifically, then portfile must have `compiler.cxx_standard`, blacklist won’t work correctly (since C++ standard does more that compiler choice).
     8If 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).