Ticket #48403: clang-3.7-mtlion-xcode4.diff

File clang-3.7-mtlion-xcode4.diff, 420 bytes (added by h.rayflood@…, 9 years ago)
  • Portfile

     
    231231        configure.optflags    -Os
    232232    }
    233233
    234     if {${subport} eq "clang-${llvm_version}" && ${os.major} <= 11} {
     234    if {${subport} eq "clang-${llvm_version}" && [vercmp $xcodeversion 5.0] < 0} {
    235235        patchfiles-append leopard-no-asan.patch
    236236    }
    237237