K 10 svn:author V 3 dim K 8 svn:date V 27 2019-02-27T21:50:17.003161Z K 7 svn:log V 595 MFH: r493979 With libc++ 8.0, which is in the projects/clang800-import branch, and which will soon be merged to head, compilation of devel/jsoncpp fails due to a conflict between the new C++ header, and a local file "version" which is produced by jsoncpp during its configure phase. This is due to the initial test runner being compiled with "-I.", even though it does not need any file from the port's working directory root. Therefore, it seems to be easiest to comment out the line from the SConstruct script that adds the "-I." option. Approved by: portmgr (joneum) PR: 236061 END