BROKEN on alpha: Does not build
Approved by: portmgr (self)
This commit is contained in:
parent
f66966c963
commit
1ce09cf697
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125652
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue