> On Jan 10, 2015, at 2:53 PM, [email protected] wrote:
> 
> Revision
> 131393
> Author
> [email protected]
> 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.

_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to