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
231 231 configure.optflags -Os 232 232 } 233 233 234 if {${subport} eq "clang-${llvm_version}" && ${os.major} <= 11} {234 if {${subport} eq "clang-${llvm_version}" && [vercmp $xcodeversion 5.0] < 0} { 235 235 patchfiles-append leopard-no-asan.patch 236 236 } 237 237