aboutsummaryrefslogtreecommitdiff
path: root/net/openmpi/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-02-12 22:43:32 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-02-12 22:43:32 +0000
commit91ff71ca622149850cb125501c2de837e2243e19 (patch)
treeeb9941b77e100e6389b54270a2d352ccee0d7ce7 /net/openmpi/Makefile
parentd7ff280ef72b273e52d5b0542f4bcae5e26720ac (diff)
downloadports-91ff71ca622149850cb125501c2de837e2243e19.tar.gz
ports-91ff71ca622149850cb125501c2de837e2243e19.zip
BROKEN on sparc64 and on >= 7.0: Does not compile
Notes
Notes: svn path=/head/; revision=155883
Diffstat (limited to 'net/openmpi/Makefile')
-rw-r--r--net/openmpi/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index b58aad05dd32..90beeff5a340 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -41,6 +41,14 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}/${MPIDIR} ${CONFIGURE_TARGET}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 700000
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
.if ${OSVERSION} < 503000
.if !exists(/usr/include/stdint.h)
BROKEN= "requires stdint.h"