From bed00ad8fcfca642b040d8af23198fee164d2d0c Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 5 Feb 2004 21:04:15 +0000 Subject: BROKEN on 5.x: does not compile --- lang/ici/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/ici') diff --git a/lang/ici/Makefile b/lang/ici/Makefile index 04bb8749019e..e7cbcbbeb869 100644 --- a/lang/ici/Makefile +++ b/lang/ici/Makefile @@ -31,6 +31,10 @@ ICIDOCS= doc/ici-a4.ps doc/ici-ltr.ps doc/ici.txt doc/ici.pdf .include +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-patch: ${REINPLACE_CMD} -e 's/float_t/floats_t/g' ${WRKSRC}/*.[ch] -- cgit