Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2018 18:37:09 +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: r461942 - head/devel/piklab
Message-ID:  <201802151837.w1FIb9gi001500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Feb 15 18:37:09 2018
New Revision: 461942
URL: https://svnweb.freebsd.org/changeset/ports/461942

Log:
  devel/piklab, fix build with clang6.

Modified:
  head/devel/piklab/Makefile

Modified: head/devel/piklab/Makefile
==============================================================================
--- head/devel/piklab/Makefile	Thu Feb 15 18:35:50 2018	(r461941)
+++ head/devel/piklab/Makefile	Thu Feb 15 18:37:09 2018	(r461942)
@@ -16,6 +16,7 @@ DOS2UNIX_FILES=	cmake/Piklab.cmake
 USE_QT4=	corelib gui qt3support qtestlib xml \
 		moc_build qmake_build rcc_build uic_build
 USES=		cmake gettext readline dos2unix tar:bzip2
+USE_CXXSTD=	gnu++98
 
 OPTIONS_DEFINE=	KDE4
 OPTIONS_DEFAULT=	KDE4



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