diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-23 16:34:43 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-23 16:34:43 +0000 |
commit | 0aa737a3361845ec8f71d74835196cd5ec620250 (patch) | |
tree | 6cc56fc8997a9b33f3a2e326fc1a9a97affe375c /benchmarks/dbs | |
parent | 34e555714096a8da20bb049a438dc2df7b729e10 (diff) |
Notes
Diffstat (limited to 'benchmarks/dbs')
-rw-r--r-- | benchmarks/dbs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile index 4d8ad8fed987..1465759f33d3 100644 --- a/benchmarks/dbs/Makefile +++ b/benchmarks/dbs/Makefile @@ -16,6 +16,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= gnuplot:math/gnuplot BROKEN_FreeBSD_12= tcp_debug.h: field has incomplete type 'struct tcpcb' +BROKEN_FreeBSD_13= tcp_debug.h: field has incomplete type 'struct tcpcb' BUILD_WRKSRC= ${WRKSRC}/obj/${OPSYS} INSTALL_WRKSRC= ${WRKSRC}/obj/${OPSYS} |