aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-07-09 09:11:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-07-09 09:11:28 +0000
commit6b6bf72e52cabd33e52f52067e2f895384671890 (patch)
tree35a653e0199073c80629046eb68b21d41cdc6afa /databases
parentdc6e2636f4ed6305ba1c560078b01eab118aac49 (diff)
downloadports-6b6bf72e52cabd33e52f52067e2f895384671890.tar.gz
ports-6b6bf72e52cabd33e52f52067e2f895384671890.zip
MFH: r506270
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
Notes
Notes: svn path=/branches/2019Q3/; revision=506271
Diffstat (limited to 'databases')
-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