From 78e86d41e3c8b4e9973d22e23857d9e05ba24252 Mon Sep 17 00:00:00 2001 From: tcberner Date: Sun, 7 Jan 2018 18:21:29 +0000 Subject: net-im/kopete-kde4, fix build with clang6 PR: 224945 --- net-im/kopete-kde4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-im') diff --git a/net-im/kopete-kde4/Makefile b/net-im/kopete-kde4/Makefile index e1ed9b56d880..d8445c27e857 100644 --- a/net-im/kopete-kde4/Makefile +++ b/net-im/kopete-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kopete PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im kde kde-kde4 MAINTAINER= kde@FreeBSD.org @@ -27,6 +27,7 @@ USE_QT4= corelib gui network qt3support sql xml \ moc_build qmake_build rcc_build uic_build uic3_build USE_XORG= x11 xdamage xext xscrnsaver xtst USE_LDCONFIG= yes +USE_CXXSTD= gnu++98 SHEBANG_FILES= protocols/winpopup/winpopup-install \ protocols/winpopup/winpopup-send \ -- cgit