Broken on !i386: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-23 03:53:37 +00:00
parent 76a02c2544
commit e0b8be773c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101804

View file

@ -18,6 +18,12 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/share
EXAMPLES_DIR= ${PREFIX}/share/examples/chpp
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile"
.endif
post-install:
@${MKDIR} ${EXAMPLES_DIR}
${TAR} -C ${WRKSRC}/test -cf - . | \
@ -31,4 +37,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>