diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-05 09:19:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-05 09:19:18 +0000 |
commit | 7fc2bca0cdcdde9c78e6df3f39fb69c9f2a56661 (patch) | |
tree | 7bde2e58b5fafd6710fe7b375cfb5ab7d33cda1d /benchmarks | |
parent | 90d7d4522ea6ccc908380f3a1c6deafe688b998c (diff) |
- Marked broken for 4.X
PR: ports/107508
Submitted by: trasz (maintainer)
Notes
Notes:
svn path=/head/; revision=181501
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/imb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + .if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun) WITH_OPENMPI= yes .endif |