Le 14 mai 08 à 11:36, [EMAIL PROTECTED] a écrit :

Revision 36765
 proc add_default_universal_variant {args} {
-    # Declare default universal variant, on >10.3
+    # Declare default universal variant if universal SDK is installed
variant universal description {Build for multiple architectures} {
         if {![file exists ${configure.universal_sysroot}]} {
return -code error "Universal SDK is not installed (are we running on 10.3? did you forget to install it?) and building with +universal will very likely fail"

By the way, the check for SDK should be in a pre-fetch block, shouldn't it?_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to