diff options
author | stas <stas@FreeBSD.org> | 2010-10-19 10:02:40 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-10-19 10:02:40 +0800 |
commit | 3114bec7e1f0add5e4396944e4649c2daec03174 (patch) | |
tree | 53becf1a03b8ec916b3e282443db11e74899a776 /devel | |
parent | de3d3dacd4595d9b3671e12f6e4a6d42cb67d690 (diff) | |
download | freebsd-ports-gnome-3114bec7e1f0add5e4396944e4649c2daec03174.tar.gz freebsd-ports-gnome-3114bec7e1f0add5e4396944e4649c2daec03174.tar.zst freebsd-ports-gnome-3114bec7e1f0add5e4396944e4649c2daec03174.zip |
- Pass correct flags to preprocessor.
Reported by: gerald
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-camomile/files/patch-Makefile.in | 17 |
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 |