Changes between Initial Version and Version 1 of Ticket #62426, comment 12


Ignore:
Timestamp:
Mar 16, 2021, 5:00:31 PM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62426, comment 12

    initial v1  
    66{{{
    77if {${os.platform} eq "darwin" && ${os.major} < 19} {
     8    PortGroup compiler_blacklist_versions 1.0
     9
     10    # use a recent compiler that will understand the new features
     11    compiler.blacklist-append {clang < 1100} {macports-clang-3.[3-9]} {macports-clang-[5-8].0}
     12
    813    # requires a newer libc++ than the system can provide
    9     configure.cppflags-append -D_LIBCPP_DISABLE_AVAILABILITY
    1014    configure.cxxflags-append  -nostdinc++ -I${prefix}/include/libcxx/v1
    11     configure.ldflags-append  -L${prefix}/lib/libcxx
    12     compiler.blacklist-append {clang < 1100} {macports-clang-3.[3-9]} {macports-clang-[5-8].0}
    13 }
     15    configure.ldflags-append   -L${prefix}/lib/libcxx
     16 }
    1417}}}
    1518