[131393] trunk/dports/lang/llvm-3.5
Ryan Schmidt
ryandesign at macports.org
Sat Jan 10 18:51:52 PST 2015
> On Jan 10, 2015, at 2:53 PM, jeremyhu at macports.org wrote:
>
> Revision
> 131393
> Author
> jeremyhu at macports.org
> Date
> 2015-01-10 12:53:49 -0800 (Sat, 10 Jan 2015)
> Log Message
>
> clang-3.5: Build fix for Leopard
> Modified: trunk/dports/lang/llvm-3.5/Portfile (131392 => 131393)
> - if {${subport} eq "clang-${llvm_version}" && ${os.major} <= 9} {
> - patchfiles-append 0001-Leopard-Default-to-fno-blocks.patch
> + if {${subport} == "clang-${llvm_version}" && ${os.major} <= 9} {
> + patchfiles-append leopard-no-asan.patch 0001-Leopard-Default-to-fno-blocks.patch
FYI string comparisons should be done with eq and ne, not == and !=. It's not really a big deal, it's just that Larry just fixed this in r129354 and now you've undone it.
More information about the macports-dev
mailing list