[36765] trunk/base/src/port1.0/portutil.tcl
nox
n.oxyde at gmail.com
Wed May 14 08:42:22 PDT 2008
Le 14 mai 08 à 11:36, ryandesign at macports.org 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?
More information about the macports-dev
mailing list