BROKEN on 6.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-11-18 22:38:57 +00:00
parent 3771643a9e
commit 64ba4d4c63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121938

View File

@ -36,6 +36,12 @@ DOCFILES= rexx.info rexx.ref rexx.summary rexx.tech
RMEFILES= README README.Y2K README.bugreport README.docs \
README.files README.make README.news README.platforms
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600000
BROKEN= "Does not compile on FreeBSD >= 6.x"
.endif
post-patch:
# CFLAGS safeness for ARCHs other than i386
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Make
@ -71,4 +77,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>