4 Feb
2008
4 Feb
'08
8:51 p.m.
Ryan Schmidt wrote:
-# Universal options & default values. -set target "10.4" -set sysroot "/Developer/SDKs/MacOSX10.4u.sdk" -set universal_archs {ppc i386}
This breaks those ports that use ${sysroot}. Currently that's cairo, libiconv and xrender.
$ sudo port install cairo +universal Error: Unable to execute port: can't read "sysroot": no such variable $
Maybe ${sysroot} should be retained until ${universal_sysroot} is in a released version of MacPorts and these ports are updated to use it?
Reverted it back in r33764. --anders