[84826] trunk/dports/devel
Andrea D'Amore
and.damore at macports.org
Tue Oct 4 00:41:01 PDT 2011
On Mon, Oct 3, 2011 at 22:08, Ryan Schmidt <ryandesign at macports.org> wrote:
> You can't just borrow the line "variant universal {}" (which adds an empty universal variant that does nothing) and then not borrow the rest of the lines that actually make that variant do something:
> The Nu2 port needs to respect the user's architecture choices by using the build_arch or universal_archs variables as appropriate -- like the nu port already does.
Done, tested and committed r84895 .
I couldn't find a keyword to get SDK path, configure.sdkroot is set
from portconfigure::configure_get_sdkroot that only returns a path if
_deployment_target is different from _version while the Nu build
script is setting '@sdkflags' as side effect of setting '@sdkroot'.
Rather than patching Nu lines where sdkflags is converted to a string
I passed an explicit "-isysroot" flag, are there any cons to this?
--
Andrea
More information about the macports-dev
mailing list