K 10 svn:author V 6 rakuco K 8 svn:date V 27 2017-08-02T15:40:46.428778Z K 7 svn:log V 320 Explicitly build with -std=gnu++03. GCC 6 changed its default from -std=gnu++03 to -std=gnu++14, and this port's code is not compatible with C++11. Since the project looks abandoned upstream, it makes more sense to just continue building with an older C++ standard. PR: 219297 Approved by: portmgr (blanket approval) END