BROKEN on 6.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-11-24 17:56:10 +00:00
parent 4fa57da406
commit 18594b6e3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122321

View File

@ -29,4 +29,10 @@ CFLAGS+= -O0
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600006
BROKEN= "Does not compile on FreeBSD >= 6.x"
.endif
.include <bsd.port.post.mk>