From e766f6f9198df62c9e32471f215babbc748d4e09 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 18 Nov 2004 22:38:57 +0000 Subject: BROKEN on 6.x: Does not compile --- lang/rexx-imc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index a4339fef0289..3d0de86392a6 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -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 + +.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 +.include -- cgit