svn commit: r458368 - head/net-im/kopete-kde4

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 7 18:21:31 UTC 2018


Author: tcberner
Date: Sun Jan  7 18:21:29 2018
New Revision: 458368
URL: https://svnweb.freebsd.org/changeset/ports/458368

Log:
  net-im/kopete-kde4, fix build with clang6
  
  PR:		224945

Modified:
  head/net-im/kopete-kde4/Makefile

Modified: head/net-im/kopete-kde4/Makefile
==============================================================================
--- head/net-im/kopete-kde4/Makefile	Sun Jan  7 18:19:47 2018	(r458367)
+++ head/net-im/kopete-kde4/Makefile	Sun Jan  7 18:21:29 2018	(r458368)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kopete
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net-im kde kde-kde4
 
 MAINTAINER=	kde at 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 \


More information about the svn-ports-head mailing list