summaryrefslogtreecommitdiff
path: root/devel/ocaml-lwt/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ocaml-lwt/patches/patch-aa')
-rw-r--r--devel/ocaml-lwt/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/ocaml-lwt/patches/patch-aa b/devel/ocaml-lwt/patches/patch-aa
new file mode 100644
index 00000000000..cfe1e9bab55
--- /dev/null
+++ b/devel/ocaml-lwt/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/09/02 11:19:35 obache Exp $
+
+--- Makefile.orig 2008-07-07 11:24:41.000000000 +0200
++++ Makefile 2008-07-07 11:24:56.000000000 +0200
+@@ -36,13 +36,13 @@
+ all: META byte opt doc
+
+ byte:
+- $(OCAMLBUILD) $(ARCHIVES_BYTE)
++ $(OCAMLBUILD) -byte-plugin $(ARCHIVES_BYTE)
+
+ opt:
+ $(OCAMLBUILD) $(ARCHIVES_OPT)
+
+ doc:
+- $(OCAMLBUILD) lwt.docdir/index.html
++ $(OCAMLBUILD) -byte-plugin lwt.docdir/index.html
+
+ examples:
+ $(MAKE) -C examples