BROKEN on alpha 4.x: Coredump during build

This commit is contained in:
Kris Kennaway 2004-03-19 22:51:07 +00:00
parent 3563aeb2bd
commit 9740b5f1c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104674

View file

@ -21,4 +21,10 @@ MANCOMPRESSED= yes
USE_PYTHON= 2.1+ USE_PYTHON= 2.1+
USE_PYDISTUTILS= yes USE_PYDISTUTILS= yes
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Coredump during build on alpha 4.x"
.endif
.include <bsd.port.post.mk>