aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/imb
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2007-04-20 00:21:59 +0800
committertrasz <trasz@FreeBSD.org>2007-04-20 00:21:59 +0800
commit4081601e9cc9acec54fcbc4e710f46578b0bbe96 (patch)
treec0b27d1371542d0abf14149c8c77c8df1264a632 /benchmarks/imb
parent5d695853ffce9e343104f1d6abf78c06918d4949 (diff)
downloadfreebsd-ports-gnome-4081601e9cc9acec54fcbc4e710f46578b0bbe96.tar.gz
freebsd-ports-gnome-4081601e9cc9acec54fcbc4e710f46578b0bbe96.tar.zst
freebsd-ports-gnome-4081601e9cc9acec54fcbc4e710f46578b0bbe96.zip
- Remove workarounds for FreeBSD 4.
PR: ports/111722 Submitted by: edwin Approved by: miwi (mentor)
Diffstat (limited to 'benchmarks/imb')
-rw-r--r--benchmarks/imb/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile
index 5888afddf35f..d557fab81066 100644
--- a/benchmarks/imb/Makefile
+++ b/benchmarks/imb/Makefile
@@ -36,10 +36,6 @@ 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