From 545b374e5f479006cf208b1a4376b5b9fd244198 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 19 Mar 2004 22:56:30 +0000 Subject: BROKEN on alpha 4.x: Coredump during build --- textproc/nltk/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textproc/nltk') diff --git a/textproc/nltk/Makefile b/textproc/nltk/Makefile index 28b7618..6812779 100644 --- a/textproc/nltk/Makefile +++ b/textproc/nltk/Makefile @@ -19,4 +19,10 @@ USE_PYTHON= 2.1+ USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes -.include +.include + +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +BROKEN= "Coredump during build on alpha 4.x" +.endif + +.include -- cgit v1.1