Changes between Initial Version and Version 1 of Ticket #67808, comment 4


Ignore:
Timestamp:
Jul 23, 2023, 2:10:34 AM (14 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67808, comment 4

    initial v1  
    11Sure. I see in the log it's using clang 16. I believe clang 15 and later have removed `unary_function` so you could try:
    22{{{
    3 compiler.blacklist-append {macports-clang-1[5-9]} {macports-clang-[2-9][0-9]}
     3PortGroup compiler_blacklist_versions 1.0
     4compiler.blacklist-append {macports-clang-1[5-9]} {macports-clang-[2-9][0-9]} {clang >= 1403}
    45}}}