pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/games/warsow



On Fri, Oct 03, 2025 at 07:53:05AM +0100, nia wrote:
> On Thu, Oct 02, 2025 at 08:04:30PM +0000, Thomas Klausner wrote:
> > Forbid the ninja generator for this package; it works with make.
> 
> USE_TOOLS+= gmake was enough for this in the past...

cmake/build.mk supports CMAKE_GENERATOR, so we can choose if we prefer
to use make or ninja for building (after cmake has configured the
program).

When you set it to ninja, ninja is used (since that's your preference).

warsow doesn't however build with ninja, so I've marked the package as
not supporting ninja, and now make will be used even if you've set
CMAKE_GENERATOR to ninja.

If you have gmake in USE_TOOLS or not has no influence on this at all.
 Thomas



Home | Main Index | Thread Index | Old Index