mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
8b0371ec58
os.h sets _XOPEN_SOURCE and with that functions like strcasestr() no longer show up and with that compilers do silly things. The build system is so arcane that it seems best to just pass -D_BSD_SOURCE=1 via CFLAGS to override the _XOPEN_SOURCE exclude. With this CFLAGS_base-clang is no longer needed. OK sthen@ tb@