From 3c89fe5ef60dca1a8d356dd7ce0e29104b334055 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 20 Jul 2011 19:43:54 +0000 Subject: [PATCH] - Mark BROKEN on recent -CURRENT: /usr/include/netinet/in_pcb.h:390: error: requested alignment is not a constant Reported by: pointyhat --- benchmarks/dbs/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile index 1eade3683d6f..2fd6ced0a1a7 100644 --- a/benchmarks/dbs/Makefile +++ b/benchmarks/dbs/Makefile @@ -23,6 +23,12 @@ DOCS= dbs.man dbs.man.jis dbs_paper.ps Copyright EXDIR= ${PREFIX}/share/examples/dbs/ EXS= TCP2.cmd TCPvsMPEG.cmd +.include + +.if ${OSVERSION} >= 900000 +BROKEN= does not compile on FreeBSD 9.X +.endif + do-build: cd ${WRKSRC}/src; ${MAKE} dir cd ${WRKSRC}/obj/${OPSYS}; ${MAKE} ${ALL_TARGET} PREFIX=${PREFIX} @@ -37,4 +43,4 @@ do-install: cd ${WRKSRC}/doc; ${CP} -p ${DOCS} ${DOCDIR} .endif -.include +.include