They seem to be redundant (for gcc+ack+clang) and produce very messy warnings (for clang, due to it already being defined).
- kernel compile was broken with gcc as putchar() was added by gcc in stacktrace.c - add -fno-builtin everywhere to avoid such problems in the future - -fno-builtin in kernel now redundant
Simplifies pkgsrc porting.