1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

This is broken on alpha 4.x as well.

This commit is contained in:
Kris Kennaway 2004-02-23 03:52:12 +00:00
parent 737889d99e
commit 76a02c2544
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101803

View File

@ -32,7 +32,7 @@ do-install:
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
.if ${ARCH} == "alpha"
BROKEN= "Does not compile (coredump)"
.endif