1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Remove workaround from KDE4-era in math/rocs

The file referenced as justification for using C++98 no longer exists.

Not bumping PORTREVISION, since there's no meaningful change to the
port; it'll get picked up with the next KDE Applications update.
This commit is contained in:
Adriaan de Groot 2019-04-14 11:14:01 +00:00
parent b23f8bbb61
commit 01f17fbdcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498886

View File

@ -22,11 +22,6 @@ USE_QT= core dbus declarative gui network script scripttools svg webkit \
USE_LDCONFIG= yes
# clang 6.0 defaults 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
USE_CXXSTD= gnu++98
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>