Mark as broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-09-30 11:02:46 +00:00
parent 5be6d0491c
commit 8c31b5ac0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200471

View file

@ -16,4 +16,10 @@ COMMENT= Machine learning program for pattern classification
GNU_CONFIGURE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>