summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-08-27 19:38:26 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-08-27 19:38:26 +0000
commitd53a02bba1026e7fc88130a525109d4c8786cd5b (patch)
tree03fe4172777cd849b672986c31d500f44bdc4efe /databases
parentnet/freerdp: Fix build failure (diff)
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
Notes
Notes: svn path=/head/; revision=478244
Diffstat (limited to 'databases')
-rw-r--r--databases/metakit/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile
index 660301301275..96aba2221e1f 100644
--- a/databases/metakit/Makefile
+++ b/databases/metakit/Makefile
@@ -13,6 +13,7 @@ COMMENT= C++ embedded database engine with Python and Tcl support
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/../license.terms
+USE_CXXSTD= c++98
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../unix/configure
USE_LDCONFIG= yes