BROKEN on sparc64 and ia64: Does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 20:23:35 +00:00
parent 98f36731b0
commit bfd3f5df35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131986

View file

@ -38,6 +38,10 @@ LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 \
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
BROKEN= "Does not compile on sparc64 or ia64"
.endif
pre-install: pre-install:
@${MKDIR} ${DATADIR} @${MKDIR} ${DATADIR}
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}