aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-camomile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2010-10-19 02:02:40 +0000
committerStanislav Sedov <stas@FreeBSD.org>2010-10-19 02:02:40 +0000
commit02c33d04d63e70cbc1452050cf89705ab77fa6d5 (patch)
tree53404278195f27a869dcc0da1d3b3acd0833f4a6 /devel/ocaml-camomile
parent186eebea6e9089ded3432d69c48c0cee2e81a01e (diff)
downloadports-02c33d04d63e70cbc1452050cf89705ab77fa6d5.tar.gz
ports-02c33d04d63e70cbc1452050cf89705ab77fa6d5.zip
- Pass correct flags to preprocessor.
Reported by: gerald
Notes
Notes: svn path=/head/; revision=263238
Diffstat (limited to 'devel/ocaml-camomile')
-rw-r--r--devel/ocaml-camomile/files/patch-Makefile.in17
1 files changed, 15 insertions, 2 deletions
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