On 2022/01/03 08:37, Klemens Nanni wrote:
> > +- this->Quiet = true;
> > ++ std::string openbsd_build;
> > ++ bool quiet = true;
> > ++ if (cmSystemTools::GetEnv("MODCMAKE_PORT_BUILD", openbsd_build)) {
>
> So this will only work when passed through *_ENV and not on the command
> line, right? That seems little off, given that all MODCMAKE_* variables
> are make variables and can therefore be passed either way.cmake.port.mk sets it in the environment if the make variable is set.
