1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

devel/smokeqt fix build with clang6

PR:		224945
This commit is contained in:
Tobias C. Berner 2018-01-07 15:03:15 +00:00
parent 9c3d7007b2
commit cbe72dfc3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458340

View File

@ -2,7 +2,7 @@
PORTNAME= smokeqt
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel kde kde-kde4
MAINTAINER= kde@FreeBSD.org
@ -18,5 +18,6 @@ USE_QT4= corelib dbus declarative designer_build gui help \
sql svg webkit xml xmlpatterns \
qmake_build moc_build uic_build rcc_build
USE_LDCONFIG= yes
USE_CXXSTD= gnu++98
.include <bsd.port.mk>