icc_profile_tags.cpp:352:28: error: ordered comparison between pointer and zero ('char *' and 'int') while (strchr(txt, 13) > 0) { // \r 013 0x0d ~~~~~~~~~~~~~~~ ^ ~ icc_profile_tags.cpp:357:15: error: ordered comparison between pointer and zero ('char *' and 'int') if (pos > 0) { ~~~ ^ ~ build log: http://sprunge.us/DDTg regressed by: https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
The build is fixed as of rev. ports/436264.