Date: Sun, 28 Jul 2019 15:23:13 +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: r507511 - head/sysutils/kshutdown Message-ID: <201907281523.x6SFND2S056718@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Jul 28 15:23:13 2019 New Revision: 507511 URL: https://svnweb.freebsd.org/changeset/ports/507511 Log: sysutils/kshutdown: fix build with cmake-3.15 Modified: head/sysutils/kshutdown/Makefile Modified: head/sysutils/kshutdown/Makefile ============================================================================== --- head/sysutils/kshutdown/Makefile Sun Jul 28 15:15:04 2019 (r507510) +++ head/sysutils/kshutdown/Makefile Sun Jul 28 15:23:13 2019 (r507511) @@ -23,4 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} CMAKE_ON= KS_KF5 CMAKE_OFF= KS_PURE_QT +# Uses c++14 thousands literall +USE_CXXSTD= c++14 + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907281523.x6SFND2S056718>