Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 18:21:29 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458368 - head/net-im/kopete-kde4
Message-ID:  <201801071821.w07ILTJZ089488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801071821.w07ILTJZ089488>