openbsd-ports/devel/gmake
jca 6984fc2d02 Let gmake build on arm
The previous commit introduced a better code path protected by #ifdef
POSIX but also introduced an invalid fallback code path if POSIX was not
defined. Sadly makeint.h #undef's POSIX on __arm since 1994, probably to
cope with some crappy proprietary system available at that time.

Just define POSIX on arm like on other platforms.  Also fix upstream's
fallback code path while here.

Problem reported by phessler@, fix from matthieu@ but slightly tweaked.
ok matthieu@ kurt@ phessler@
2019-11-02 00:33:29 +00:00
..
patches Let gmake build on arm 2019-11-02 00:33:29 +00:00
pkg
distinfo
Makefile Replace homegrown 'keep SIGCHLD blocked' solution with upstream fix: 2019-09-13 16:59:34 +00:00