1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

accessiblity/qt4-accessbile, fix build with clang6

PR:		224945
Reported by:	jbeich
This commit is contained in:
Tobias C. Berner 2018-01-06 22:07:15 +00:00
parent 1eb14e9a55
commit bc1efd8d4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458296

View File

@ -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