BROKEN on alpha: Does not build

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-01-02 01:04:36 +00:00
parent f66966c963
commit 1ce09cf697
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125652

View file

@ -29,6 +29,12 @@ CONFIGURE_ARGS= --enable-static
PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not build on alpha"
.endif
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS = /s/tests//' ${WRKSRC}/Makefile.in
.if defined(NOPORTDOCS)
@ -49,4 +55,4 @@ patch-autotools:
${RM} $$file.tmp; \
done);
.include <bsd.port.mk>
.include <bsd.port.post.mk>