svn commit: r507511 - head/sysutils/kshutdown

Tobias C. Berner tcberner at FreeBSD.org
Sun Jul 28 15:23:14 UTC 2019


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>


More information about the svn-ports-all mailing list