From 02c33d04d63e70cbc1452050cf89705ab77fa6d5 Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Tue, 19 Oct 2010 02:02:40 +0000 Subject: - Pass correct flags to preprocessor. Reported by: gerald --- devel/ocaml-camomile/files/patch-Makefile.in | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'devel/ocaml-camomile') diff --git a/devel/ocaml-camomile/files/patch-Makefile.in b/devel/ocaml-camomile/files/patch-Makefile.in index 19dde04ca01b..8ae789bb0b2f 100644 --- a/devel/ocaml-camomile/files/patch-Makefile.in +++ b/devel/ocaml-camomile/files/patch-Makefile.in @@ -1,5 +1,18 @@ ---- Makefile.in.orig Tue Aug 22 13:35:58 2006 -+++ Makefile.in Tue Aug 22 13:36:45 2006 +--- Makefile.in.orig 2006-08-14 04:35:01.000000000 -0700 ++++ Makefile.in 2010-10-18 18:51:25.000000000 -0700 +@@ -113,10 +113,10 @@ + $(OCAMLOPT) -c $(OFLAGS) -impl $< + + public/main.ml : public/main.mlp public/main.cmi +- $(CPP) -P -I $(SUBDIR) -o public/main.ml -x c public/main.mlp ++ $(CPP) -P $(SUBDIR) public/main.ml public/main.mlp + + public/main.mli : public/main.mlip +- $(CPP) -P -I $(SUBDIR) -o public/main.mli -x c public/main.mlip ++ $(CPP) -P $(SUBDIR) public/main.mli public/main.mlip + + camomileDefaultConfig.ml : Makefile + (echo "(* This file is automatically generated *)" && \ @@ -375,8 +375,10 @@ ocamlfind install camomile $$files META $(MLI) camomileLibrary.cmi -- cgit v1.2.3