svn commit: r458367 - head/devel/smokekde

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 7 18:19:48 UTC 2018


Author: tcberner
Date: Sun Jan  7 18:19:47 2018
New Revision: 458367
URL: https://svnweb.freebsd.org/changeset/ports/458367

Log:
  devel/smokekde, fix build with clang6
  
  PR:		224945

Modified:
  head/devel/smokekde/Makefile

Modified: head/devel/smokekde/Makefile
==============================================================================
--- head/devel/smokekde/Makefile	Sun Jan  7 18:18:29 2018	(r458366)
+++ head/devel/smokekde/Makefile	Sun Jan  7 18:19:47 2018	(r458367)
@@ -2,7 +2,7 @@
 
 PORTNAME=	smokekde
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel kde kde-kde4
 
 MAINTAINER=	kde at FreeBSD.org
@@ -14,6 +14,7 @@ USE_KDE=	kate kdelibs okular pimlibs \
 USE_QT4=	corelib dbus designer_build gui network opengl sql svg xml \
 		qmake_build moc_build uic_build rcc_build
 USE_LDCONFIG=	yes
+USE_CXXSTD=	gnu++98
 
 OPTIONS_DEFINE=	ATTICA
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list