BROKEN on sparc64 and on >= 7.0: Does not compile

This commit is contained in:
Kris Kennaway 2006-02-12 22:43:32 +00:00
parent d7ff280ef7
commit 91ff71ca62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155883

View file

@ -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"