[Bug 224945] Ports maintained by kde@ broken by Clang 6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 9 20:54:04 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224945

--- Comment #29 from commit-hook at freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Tue Jan  9 20:53:24 UTC 2018
New revision: 458571
URL: https://svnweb.freebsd.org/changeset/ports/458571

Log:
  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<QPainter::RenderHint>')
              _graphScene->views().at(0)->setRenderHints(QPainter::Antialiasing

  PR:           224945

Changes:
  head/math/rocs/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the kde-freebsd mailing list