diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-09-02 14:31:33 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-09-02 14:31:33 +0000 |
commit | 68a339739d739c9f44fa6155f3f67b18a242c4a7 (patch) | |
tree | 502bade6d32639774e0fa586cdf79c3be5041ae0 /devel | |
parent | b2ee8caa6e2ba5618e90526e40fd5421b622c51d (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-camomile/Makefile | 4 | ||||
-rw-r--r-- | devel/ocaml-camomile/files/patch-META | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/ocaml-camomile/Makefile b/devel/ocaml-camomile/Makefile index fd3f6c148cfe..0ff0272559dd 100644 --- a/devel/ocaml-camomile/Makefile +++ b/devel/ocaml-camomile/Makefile @@ -27,6 +27,10 @@ PKGDEINSTALL= ${PKGINSTALL} .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Need working <wctype.h>" +.endif + .if ${ARCH} == "amd64" BROKEN= "Coredump during build on amd64" .endif diff --git a/devel/ocaml-camomile/files/patch-META b/devel/ocaml-camomile/files/patch-META new file mode 100644 index 000000000000..e130824c26b8 --- /dev/null +++ b/devel/ocaml-camomile/files/patch-META @@ -0,0 +1,11 @@ +--- META Wed Jul 14 17:00:05 2004 ++++ META.1 Tue Aug 10 22:27:49 2004 +@@ -8,7 +8,7 @@ + + package "unpack" + (name="unpack" +- varison="0.5.3" ++ version="0.5.3" + description="Unicode library for ocaml (not packed)" + requires="bigarray" + archive(byte)="camomileunpack.cma" |