Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2018 19:38:26 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478244 - head/databases/metakit
Message-ID:  <201808271938.w7RJcQsd087191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Aug 27 19:38:26 2018
New Revision: 478244
URL: https://svnweb.freebsd.org/changeset/ports/478244

Log:
  databases/metakit: Fix build with Clang 6
  
  checking size of long... configure: error: cannot compute sizeof (long), 77
  
  http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/metakit-2.4.9.7_2.log

Modified:
  head/databases/metakit/Makefile

Modified: head/databases/metakit/Makefile
==============================================================================
--- head/databases/metakit/Makefile	Mon Aug 27 18:12:35 2018	(r478243)
+++ head/databases/metakit/Makefile	Mon Aug 27 19:38:26 2018	(r478244)
@@ -13,6 +13,7 @@ COMMENT=	C++ embedded database engine with Python and 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/../license.terms
 
+USE_CXXSTD=	c++98
 GNU_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	../unix/configure
 USE_LDCONFIG=	yes



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