K 10 svn:author V 6 rakuco K 8 svn:date V 27 2017-08-18T12:25:30.273906Z K 7 svn:log V 176 Explicitly pass -std=gnu++03 to the compiler. This fixes the build with GCC 6, which defaults to -std=gnu++14. The port's code does not work with C++11 or later. PR: 219275 END