Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2018 16:40:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462167 - head/databases/kyototycoon
Message-ID:  <201802171640.w1HGeFDX022829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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