Date: Sat, 17 Feb 2018 16:46:43 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r462172 - branches/2018Q1/databases/kyototycoon Message-ID: <201802171646.w1HGkhau028489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802171646.w1HGkhau028489>