1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

BROKEN on alpha 5.x: Does not compile (coredump)

This commit is contained in:
Kris Kennaway 2004-02-23 03:51:28 +00:00
parent 8e705146be
commit 737889d99e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101802

View File

@ -30,4 +30,10 @@ do-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
BROKEN= "Does not compile (coredump)"
.endif
.include <bsd.port.post.mk>