summaryrefslogtreecommitdiff
path: root/lang/ocamlduce/files
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-04-13 07:34:53 +0000
committerdholland <dholland@pkgsrc.org>2012-04-13 07:34:53 +0000
commit4462194983d613c3dcb8dd822c90c5214814cc7d (patch)
tree6a75ed0cfd4e25e10c2066f5277df04113bd7882 /lang/ocamlduce/files
parentbda89cf3051ed3f463338334f4dde9fa45897b32 (diff)
downloadpkgsrc-4462194983d613c3dcb8dd822c90c5214814cc7d.tar.gz
Update to 3.12.1, syncing with current ocaml in pkgsrc and thereby
fixing the build. Changes 3.12.0.0 -> 3.12.1.0: - merge with OCaml 3.12.1 Changes 3.11.2.0 -> 3.12.0.0: - merge with OCaml 3.12.0 - drop native ocamlducedoc - fix memory leak issue in NS handling [Stefan Lampe] Changes 3.11.1.0 -> 3.11.2.0: - merge with OCaml 3.11.2 - build and install native-code plugin - build ocamldoc library - accept also ocaml_cmi_magic_number in objinfo
Diffstat (limited to 'lang/ocamlduce/files')
-rw-r--r--lang/ocamlduce/files/ocaml-configure.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/ocamlduce/files/ocaml-configure.diff b/lang/ocamlduce/files/ocaml-configure.diff
new file mode 100644
index 00000000000..cad42dd4fca
--- /dev/null
+++ b/lang/ocamlduce/files/ocaml-configure.diff
@@ -0,0 +1,13 @@
+$NetBSD: ocaml-configure.diff,v 1.1 2012/04/13 07:34:53 dholland Exp $
+
+--- configure~ 2011-07-04 21:15:01.000000000 +0000
++++ configure
+@@ -621,7 +621,7 @@ if test $withsharedlibs = "yes"; then
+ i[3456]86-*-linux*) natdynlink=true;;
+ x86_64-*-linux*) natdynlink=true;;
+ i[3456]86-*-darwin10.*)
+- if test $arch64 == true; then
++ if test $arch64 = true; then
+ natdynlink=true
+ fi;;
+ i[3456]86-*-darwin[89]*) natdynlink=true;;