K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-04-30T14:29:20.690303Z K 7 svn:log V 429 security/klee: fix build with GCC-based architectures Add USES=compiler:c++14-lang to fix build on GCC architectures: Make Error in lib/Basic/CMakeLists.txt: Target "kleeBasic" requires the language dialect "CXX14" (with compiler extensions), but CMake does not know the compile flags to use to enable it. PR: 237623 Approved by: arrowd (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20088 END