svn commit: r458340 - head/devel/smokeqt
Tobias C. Berner
tcberner at FreeBSD.org
Sun Jan 7 15:03:17 UTC 2018
Author: tcberner
Date: Sun Jan 7 15:03:15 2018
New Revision: 458340
URL: https://svnweb.freebsd.org/changeset/ports/458340
Log:
devel/smokeqt fix build with clang6
PR: 224945
Modified:
head/devel/smokeqt/Makefile
Modified: head/devel/smokeqt/Makefile
==============================================================================
--- head/devel/smokeqt/Makefile Sun Jan 7 15:03:08 2018 (r458339)
+++ head/devel/smokeqt/Makefile Sun Jan 7 15:03:15 2018 (r458340)
@@ -2,7 +2,7 @@
PORTNAME= smokeqt
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel kde kde-kde4
MAINTAINER= kde at FreeBSD.org
@@ -18,5 +18,6 @@ USE_QT4= corelib dbus declarative designer_build gui h
sql svg webkit xml xmlpatterns \
qmake_build moc_build uic_build rcc_build
USE_LDCONFIG= yes
+USE_CXXSTD= gnu++98
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list