On 2018-11-07, at 1:27 PM, Ryan Schmidt wrote:
Thanks for the detailed explanation. I do understand what you mean about
+universal. Just to point out that this port is not actually building universal
here, it's just building normally.
What I was expecting would be that portconfigure.tcl would do something like
this at the end of the process
foreach item in CXXFLAGS
configure.cxxflags-append item
end
so then ${configure.cxxflags} would exactly match CXXFLAGS in the environment.
Then a whole lot of Portfile shenanigans could go away, I think.
Ken