aboutsummaryrefslogtreecommitdiff
path: root/databases/libzdb
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-07-09 09:10:56 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-07-09 09:10:56 +0000
commit9e442c3d45f9d8804331021d2f5156e1c6b745c1 (patch)
tree406de376ef9ccf585829894e78a1d3a23c1a8cda /databases/libzdb
parentf68b3f6bb663410c17098745c1409bdebf6b793b (diff)
downloadports-9e442c3d45f9d8804331021d2f5156e1c6b745c1.tar.gz
ports-9e442c3d45f9d8804331021d2f5156e1c6b745c1.zip
Mark BROKEN on i386
../zdb/zdbpp.h:330:14: error: class member cannot be redeclared void bind(int parameterIndex, time_t x) { ^ ../zdb/zdbpp.h:318:14: note: previous definition is here void bind(int parameterIndex, int x) { ^ Reported by: pkg-fallout MFH: 2019Q3
Notes
Notes: svn path=/head/; revision=506270
Diffstat (limited to 'databases/libzdb')
-rw-r--r--databases/libzdb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/libzdb/Makefile b/databases/libzdb/Makefile
index 9541c889f355..3dec43ec0a19 100644
--- a/databases/libzdb/Makefile
+++ b/databases/libzdb/Makefile
@@ -12,6 +12,8 @@ COMMENT= Thread-safe connection pool library
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_i386= fails to build
+
USES= compiler:c11 gmake libtool localbase pathfix
GNU_CONFIGURE= yes