On Sep 28, 2014, at 7:29 PM, Mark Brethen wrote:
> 
> The config log looks like pretty basic stuff; probably why it works.

I don't doubt that it works for you in the situation you tested; I'm worried 
that it might not support all the features MacPorts is providing by setting 
those various environment variables.

For example, MacPorts sets CC and CXX as environment variables during the 
normal configure phase, but during your post-configure block, you're setting CC 
and CXX as configure.args. Why? Does the configure script forget the values of 
CC and CXX from the first run and go back to its defaults on the second run? If 
so, are you sure that only applies to CC and CXX, or might it also apply to 
CFLAGS, CXXFLAGS, LDFLAGS, and the other variables MacPorts uses?


_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to