aboutsummaryrefslogtreecommitdiff
path: root/www/ocsigen/files/patch-modules_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ocsigen/files/patch-modules_Makefile')
-rw-r--r--www/ocsigen/files/patch-modules_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/ocsigen/files/patch-modules_Makefile b/www/ocsigen/files/patch-modules_Makefile
new file mode 100644
index 000000000000..f8250ce25857
--- /dev/null
+++ b/www/ocsigen/files/patch-modules_Makefile
@@ -0,0 +1,11 @@
+--- modules/Makefile.orig Thu Mar 15 12:27:54 2007
++++ modules/Makefile Mon Apr 23 10:18:59 2007
+@@ -21,7 +21,7 @@
+ CAMLOPT = $(OCAMLFIND) ocamlopt $(DBG) $(LIB)
+ CAMLDEP = $(OCAMLFIND) ocamldep
+ LIB = -I ../lib
+-PP = -pp "camlp4o ../lib/xhtmlsyntax.cma -loc loc"
++PP = -pp "$(CAMLP4O) ../lib/xhtmlsyntax.cma -loc loc"
+
+ OBJS = $(FILES:.ml=.cmo)
+