BROKEN on sparc64 and on >= 7.0: Does not compile
This commit is contained in:
parent
d7ff280ef7
commit
91ff71ca62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155883
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue