From 9740b5f1c5f10c677f2361c29ffd2e8552cff9e7 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 19 Mar 2004 22:51:07 +0000 Subject: [PATCH] BROKEN on alpha 4.x: Coredump during build --- devel/ipython/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 061548418633..e7cd13fe7304 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -21,4 +21,10 @@ MANCOMPRESSED= yes USE_PYTHON= 2.1+ USE_PYDISTUTILS= yes -.include +.include + +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +BROKEN= "Coredump during build on alpha 4.x" +.endif + +.include