diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-05 17:19:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-05 17:19:18 +0800 |
commit | 930aff24f5a763e01fecfa4d1c100cc83dae5b70 (patch) | |
tree | 227bfc1919fa276f30b053f378fb11d362660c89 /benchmarks/imb | |
parent | 9a7c201b3cfe54e6b4a15418961a836cae14d747 (diff) | |
download | freebsd-ports-gnome-930aff24f5a763e01fecfa4d1c100cc83dae5b70.tar.gz freebsd-ports-gnome-930aff24f5a763e01fecfa4d1c100cc83dae5b70.tar.zst freebsd-ports-gnome-930aff24f5a763e01fecfa4d1c100cc83dae5b70.zip |
- Marked broken for 4.X
PR: ports/107508
Submitted by: trasz (maintainer)
Diffstat (limited to 'benchmarks/imb')
-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 |