ocaml-gettext/ocaml-gettext-0.3.2-dynlink.patch
Richard W.M. Jones 1ca0d9b997 - Patch to temporarily fix missing dynlink.cma.
- Rebuild for OCaml 3.11.0.
2008-12-05 12:30:09 +00:00

12 lines
693 B
Diff

--- ocaml-gettext-0.3.2.orig/ocaml-gettext/Makefile 2008-04-29 21:12:45.000000000 +0100
+++ ocaml-gettext-0.3.2/ocaml-gettext/Makefile 2008-12-05 12:22:12.000000000 +0000
@@ -63,7 +63,7 @@
ocaml-xgettext: $(BUILDBIN)
$(OCAMLC) \
- -I +camlp4 camlp4lib.cma \
+ -I +camlp4 dynlink.cma camlp4lib.cma \
unix.cma \
`$(OCAMLFIND) query -r -predicates byte gettext.extract -i-format` \
`$(OCAMLFIND) query -r -predicates byte gettext.extract -a-format` \