Mark as broken on sparc64.

Hat:		portmgr
This commit is contained in:
Mark Linimon
2010-06-04 01:36:50 +00:00
parent 271057f0f1
commit 409b408840

View File

@@ -34,4 +34,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|mkdir_p = .*|mkdir_p = ${WRKSRC}/install-sh -c -d|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>