From 8c31b5ac0c66e6c6d2bac018e1f2c0d7f6bbaa7d Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 30 Sep 2007 11:02:46 +0000 Subject: Mark as broken with gcc4.2. --- science/pcp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'science/pcp') diff --git a/science/pcp/Makefile b/science/pcp/Makefile index 94ca605bbb55..d48ce9b47fcc 100644 --- a/science/pcp/Makefile +++ b/science/pcp/Makefile @@ -16,4 +16,10 @@ COMMENT= Machine learning program for pattern classification GNU_CONFIGURE= yes -.include +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include -- cgit v1.2.3