K 10 svn:author V 6 rakuco K 8 svn:date V 27 2018-01-09T21:47:55.747474Z K 7 svn:log V 163 Explicitly build with -std=gnu++98. clang 6.0 defaults to -std=gnu++14, but the port fails with too many errors when built in C++11 (or later) mode. PR: 224945 END