Commits
Joshua Root authored and Eric A. Borisch committed 30f652a4bf7
90 90 | } |
91 91 | |
92 92 | depends_build-append port:perl5 |
93 93 | cmake.out_of_source yes |
94 94 | |
95 95 | # According to documentation builds with clang >= 3.3 |
96 96 | compiler.blacklist-append {clang < 500} *gcc* |
97 97 | |
98 98 | # Avoid dependency cycle |
99 99 | # https://trac.macports.org/ticket/53110 |
100 - | foreach ver {3.8 3.9 4.0 5.0 6.0 7.0 devel} { |
100 + | foreach ver {3.8 3.9 4.0 5.0 6.0 7.0 8.0 devel} { |
101 101 | if {![file exists ${prefix}/bin/clang-mp-${ver}]} { |
102 102 | compiler.blacklist-append macports-clang-${ver} |
103 103 | } |
104 104 | } |
105 105 | |
106 106 | if {${os.major} <= 17} { |
107 107 | default_variants +universal |
108 108 | } else { |
109 109 | universal_variant no |
110 110 | } |