On 28/02/2013 11:25, Ryan Schmidt wrote:
#Workaround as qtiplot build-phase hangs indefinitely on
-#Lion and higher (ticket #30761)
-if {${os.major} >= 11} {
+#Lion (ticket #30761)
+if {${os.major} == 11} {
     patchfiles-append   patch-disable-O2.diff
}
Are you sure this is based on the OS version? I'd expect it instead to be based 
on the version of clang, which in turn would be based on the version of the 
Xcode command line tools, but #30761 unfortunately did not record what versions 
of Xcode and clang people were using.
You are probably totally right. I just changed for what I could test.
However, if I followed correctly the work you did with compiler.blacklist (I did not have the occasion of testing it yet), this could be an ideal case to use it. I could just get rid of the limitation altogether, and blacklist the version(s) with problems when they are identified.
_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to