aboutsummaryrefslogtreecommitdiff
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
parentb23f8bbb6134896b3ad8c42e19b9c8b4da43515b (diff)
downloadports-01f17fbdcbf7b0b09325f76a7fc275b1e0c50d0e.tar.gz
ports-01f17fbdcbf7b0b09325f76a7fc275b1e0c50d0e.zip
Notes
-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>