diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-12 22:43:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-12 22:43:32 +0000 |
commit | 91ff71ca622149850cb125501c2de837e2243e19 (patch) | |
tree | eb9941b77e100e6389b54270a2d352ccee0d7ce7 /net/openmpi | |
parent | d7ff280ef72b273e52d5b0542f4bcae5e26720ac (diff) | |
download | ports-91ff71ca622149850cb125501c2de837e2243e19.tar.gz ports-91ff71ca622149850cb125501c2de837e2243e19.zip |
Notes
Diffstat (limited to 'net/openmpi')
-rw-r--r-- | net/openmpi/Makefile | 8 |
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" |