Mark as broken on latest -9: fails to compile.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-11 04:02:05 +00:00
parent f523ee7ce7
commit 86f46cb28a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285515

View file

@ -21,4 +21,10 @@ CONFIGURE_ENV= LIBS="-lcompat"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900000
BROKEN= Does not compile on FreeBSD 9
.endif
.include <bsd.port.post.mk>