diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-05 21:04:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-05 21:04:15 +0000 |
commit | e76975c112d5f0726bbfbd4eedbb72ea2109ccb5 (patch) | |
tree | 8affe9438f47caa5bd658909c684fe0e6044726c /lang/ici | |
parent | d12aa6d6ff80413077fc47aa5d97198f40fdbb2c (diff) |
Notes
Diffstat (limited to 'lang/ici')
-rw-r--r-- | lang/ici/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-patch: ${REINPLACE_CMD} -e 's/float_t/floats_t/g' ${WRKSRC}/*.[ch] |