Skip to content

Commit

Permalink
ruby32: blacklist clang < 500, as done in ruby33+
Browse files Browse the repository at this point in the history
  • Loading branch information
mascguy committed Feb 24, 2025
1 parent 39d19ff commit 62c15b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lang/ruby32/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ patchfiles-append patch-sources.diff
compiler.blacklist-append \
{ clang >= 900 < 901 }

# Ruby doesn't build with Xcode clang 425 on 10.7
compiler.blacklist-append { clang < 500 }

if { [string match macports-clang-* ${configure.compiler}] } {
# clang-mp-14 => dsymutil-mp-14; fix POSTLINK
configure.env-append dsymutil=[string map {clang dsymutil} ${configure.cc}]
Expand Down

0 comments on commit 62c15b8

Please sign in to comment.