aboutsummaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-01-06 22:07:15 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-01-06 22:07:15 +0000
commitbc1efd8d4f32eeeb33570c36d73373276d813e4b (patch)
tree500e6ab932db0355da2b5ec5c96f354cf9cd0994 /accessibility
parent1eb14e9a55f9d2e0f1391fd8f252e732b9f61b7a (diff)
downloadports-bc1efd8d4f32eeeb33570c36d73373276d813e4b.tar.gz
ports-bc1efd8d4f32eeeb33570c36d73373276d813e4b.zip
accessiblity/qt4-accessbile, fix build with clang6
PR: 224945 Reported by: jbeich
Notes
Notes: svn path=/head/; revision=458296
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/qt4-accessible/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/qt4-accessible/Makefile b/accessibility/qt4-accessible/Makefile
index fe537f29f7e0..b82e3b04a82e 100644
--- a/accessibility/qt4-accessible/Makefile
+++ b/accessibility/qt4-accessible/Makefile
@@ -3,7 +3,7 @@
PORTNAME= accessible
DISTVERSION= ${QT4_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= accessibility
PKGNAMEPREFIX= qt4-
@@ -12,6 +12,7 @@ COMMENT= Qt accessibility widgets
USE_QT4= qmake_build moc_build qt3support corelib gui network sql xml
QT_DIST= yes
+USE_CXXSTD= gnu++98
HAS_CONFIGURE= yes