diff options
-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" |