BROKEN: Does not compile on sparc64

This commit is contained in:
Kris Kennaway 2004-04-12 04:15:57 +00:00
parent fbfaa7b274
commit e50bdc5bfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106782

View file

@ -20,4 +20,10 @@ CONFIGURE_ARGS= --with-devicepath='/dev' \
--with-deviceentry='urio0' \
--with-id3support
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
.include <bsd.port.post.mk>