K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-02-05T18:57:52.002600Z K 7 svn:log V 223 textproc/irstlm: unbreak with GCC >= 6 GCC defaults to C++14 since 6.0 which no longer converts istream to bool by default. Instead of fixing just downgrade to C++98. PR: 216036 Approved by: demon (maintainer, implicit) END