"[email protected]" <[email protected]> wrote: > > > > >I really don't know why I can't get it to build > > Not sure if you got my message on #openbsd-gaming, but a few times running > make with env SHELL='sh -x' has helped me see what make is trying to do when > it fails.
I found that the Makefile permission provided is 640, when untarring it was owned by solene:solene which is not compatible with PORTS_PRIVSEP. chmod 644 Makefile fix the build :)
