From 930aff24f5a763e01fecfa4d1c100cc83dae5b70 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 5 Jan 2007 09:19:18 +0000 Subject: - Marked broken for 4.X PR: ports/107508 Submitted by: trasz (maintainer) --- benchmarks/imb/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'benchmarks/imb') diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile index f3015fd508db..1b9fe2c70945 100644 --- a/benchmarks/imb/Makefile +++ b/benchmarks/imb/Makefile @@ -36,6 +36,10 @@ CFLAGS+= -DCHECK .include +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + .if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun) WITH_OPENMPI= yes .endif -- cgit