diff options
author | kris <kris@FreeBSD.org> | 2004-02-06 05:04:15 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-06 05:04:15 +0800 |
commit | bed00ad8fcfca642b040d8af23198fee164d2d0c (patch) | |
tree | c2e9015a5517e6b5a5d407043e045e0c098522d1 /lang/ici | |
parent | 48d67cbd4535883323d123a0f9bf3722bfe2c7cc (diff) | |
download | freebsd-ports-gnome-bed00ad8fcfca642b040d8af23198fee164d2d0c.tar.gz freebsd-ports-gnome-bed00ad8fcfca642b040d8af23198fee164d2d0c.tar.zst freebsd-ports-gnome-bed00ad8fcfca642b040d8af23198fee164d2d0c.zip |
BROKEN on 5.x: does not compile
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] |