qt4-mac update and +universal issue
Michael Dickens
michaelld at macports.org
Fri May 4 11:23:24 PDT 2012
Ah; good points. I think I see the issue now. My oops ...
On May 4, 2012, at 1:54 PM, Ryan Schmidt wrote:
> This is all behaving normally. The default universal variant is not added until the entire portfile is parsed. If you want to use [get_canonical_archs] or other methods that test whether the universal variant exists, you'd better make sure the universal variant gets created earlier than that in the portfile. You'll note that whenever I add [get_canonical_archflags] to some port's build.args, I also have to add
>
> variant universal {}
>
> on some line before that in order for it to work.
More information about the macports-dev
mailing list