aboutsummaryrefslogtreecommitdiff
path: root/math/rocs
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2019-04-14 11:14:01 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2019-04-14 11:14:01 +0000
commit01f17fbdcbf7b0b09325f76a7fc275b1e0c50d0e (patch)
tree31690f56943b34441eec01c61db5bf5a159cc187 /math/rocs
parentb23f8bbb6134896b3ad8c42e19b9c8b4da43515b (diff)
downloadports-01f17fbdcbf7b0b09325f76a7fc275b1e0c50d0e.tar.gz
ports-01f17fbdcbf7b0b09325f76a7fc275b1e0c50d0e.zip
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.
Notes
Notes: svn path=/head/; revision=498886
Diffstat (limited to 'math/rocs')
-rw-r--r--math/rocs/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/math/rocs/Makefile b/math/rocs/Makefile
index 1f1a62a56244..360d23d3e3ba 100644
--- a/math/rocs/Makefile
+++ b/math/rocs/Makefile
@@ -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>