BROKEN on 5.x: Does not compile

This commit is contained in:
Kris Kennaway 2005-05-21 17:51:11 +00:00
parent 0e5b0c30b4
commit ab805fa0fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135797

View File

@ -28,4 +28,10 @@ MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
CFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \
INCLUDES="-I${X11BASE}/include"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 504000
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>