svn commit: r462172 - branches/2018Q1/databases/kyototycoon

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


Author: sunpoet
Date: Sat Feb 17 16:46:43 2018
New Revision: 462172
URL: https://svnweb.freebsd.org/changeset/ports/462172

Log:
  MFH: r462167
  
  Fix build with Clang 6
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2018Q1/databases/kyototycoon/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/databases/kyototycoon/Makefile
==============================================================================
--- branches/2018Q1/databases/kyototycoon/Makefile	Sat Feb 17 16:40:35 2018	(r462171)
+++ branches/2018Q1/databases/kyototycoon/Makefile	Sat Feb 17 16:46:43 2018	(r462172)
@@ -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-branches mailing list