K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-01-07T17:43:56.993578Z K 7 svn:log V 381 devel/nasm: unbreak with clang 4.0 checking for strspn... no configure: error: NASM requires ANSI C (specifically, "strspn") [...] conftest.c:56:13: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] char strspn (); ^ void Regressed by: https://github.com/llvm-mirror/clang/commit/162749f9c543 Approved by: portmgr blanket END