Mark as broken on recent i386-9: does not compile.

This commit is contained in:
Mark Linimon 2011-08-29 04:10:04 +00:00
parent b5b4514cf3
commit efa1c3c47c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280672

View File

@ -32,6 +32,8 @@ USE_FORTRAN= g77
.if ${ARCH} == "amd64"
BROKEN= Does not compile on amd64
.elif ${OSVERSION} >= 900035
BROKEN= Does not compile on recent FreeBSD-9
.endif
.include <bsd.port.post.mk>