K 10 svn:author V 6 rakuco K 8 svn:date V 27 2018-01-09T20:53:24.480568Z K 7 svn:log V 398 Explicitly build with -std=gnu++98 clang 6.0 will default to -std=gnu++14, which breaks the build: /wrkdirs/usr/ports/math/rocs/work/rocs-4.14.3/VisualEditor/Actions/SelectMoveHandAction.cpp:86:52: error: no viable conversion from 'int' to 'QPainter::RenderHints' (aka 'QFlags') _graphScene->views().at(0)->setRenderHints(QPainter::Antialiasing PR: 224945 END