Changes between Initial Version and Version 1 of Ticket #61170, comment 1


Ignore:
Timestamp:
Sep 13, 2020, 4:05:57 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61170, comment 1

    initial v1  
    33This block of the Portfile should ensure that no macports-clang compiler is used to build it:
    44{{{
     5
     6# Don't use macports gcc or clang toolchains to build this due to dependency cycles
     7compiler.blacklist-append macports-*
     8
    59if {${os.platform} eq "darwin" && ${os.major} < 11} {
    610    # Doesn't actually use C++, and having the stdlib set to libc++