[90000] trunk/base/src/port1.0/portconfigure.tcl

Clemens Lang cal at macports.org
Fri Feb 24 10:59:25 PST 2012


Hi,

On Sun, Feb 19, 2012 at 06:30:49AM -0800, jmr at macports.org wrote:
> +        if {[vercmp $xcodeversion 4.3] >= 0} {
> +            set sdks_dir "${developer_dir}/SDKs"
> +        } else {
> +            set sdks_dir "${developer_dir}/Platforms/MacOSX.platform/Developer/SDKs"
> +        }

Shouldn't that have been the other way round? I'm reading:
	if $xcodeversion >= 4.3
		set sdks_dir to the old path
	else
		set sdks_dir to the new path

-- 
Clemens Lang
GSoC Student



More information about the macports-dev mailing list