On Jan 27, 2013, at 11:59 PM, Ryan Schmidt <[email protected]> wrote:

>> @@ -57,10 +58,8 @@
>> configure.cppflags-append    -I${prefix}/include/ossp
>> configure.ldflags-append    -headerpad_max_install_names
>> 
>> -# building psql with clang causes segfault on query; see #31717
>> -if {${configure.compiler} == "clang" && [vercmp ${xcodeversion} 4.4] < 0} {
>> -    configure.compiler llvm-gcc-4.2
>> -}
>> +# building psql with clang from XCode prior to 4.4 causes segfault on 
>> query; see #31717
>> +compiler.blacklist-append {clang < 421}
> 
> postgresql90, postgresql91 and postgresql92 should be kept consistent in this 
> regard.

They were already out of sync which is why 90 and 91 didn't match my search (I 
was just looking for ports setting configure.compiler directly for now).  In 
any event, they ware back in sync now as of r102153.

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

Reply via email to