svn commit: r462167 - head/databases/kyototycoon

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 17 16:40:16 UTC 2018


Author: sunpoet
Date: Sat Feb 17 16:40:15 2018
New Revision: 462167
URL: https://svnweb.freebsd.org/changeset/ports/462167

Log:
  Fix build with Clang 6
  
  MFH:		2018Q1

Modified:
  head/databases/kyototycoon/Makefile

Modified: head/databases/kyototycoon/Makefile
==============================================================================
--- head/databases/kyototycoon/Makefile	Sat Feb 17 15:58:05 2018	(r462166)
+++ head/databases/kyototycoon/Makefile	Sat Feb 17 16:40:15 2018	(r462167)
@@ -25,6 +25,7 @@ INSTALL_TARGET=	install-strip
 MAKE_ARGS=	PCDIR=${PREFIX}/libdata/pkgconfig
 REINPLACE_ARGS=	-i ''
 TEST_TARGET=	check
+USE_CXXSTD=	gnu++98
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	${PORTNAME}
 USES=		gmake pkgconfig


More information about the svn-ports-head mailing list