summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-az
diff options
context:
space:
mode:
authortron <tron>2004-04-22 09:18:34 +0000
committertron <tron>2004-04-22 09:18:34 +0000
commitd730e797ceb41d3c65f5f93175e749aab7304d0d (patch)
tree59672b97d93cb0901c01e1fad17ba3b32b924095 /lang/ocaml/patches/patch-az
parentdb00d969c5c33ff82e28c6ea5d129a47e9b364fa (diff)
downloadpkgsrc-d730e797ceb41d3c65f5f93175e749aab7304d0d.tar.gz
Fix various issues with this package:
- split patches files - always enable threading which has various advantages - it fixes the build of the Tk library - it greatly simplifies the package list handling - it provides threading support under NetBSD 1.6/1.6.x - correct default dependence in "buildlink2.mk" to "build" Bump package revision because of all these changes.
Diffstat (limited to 'lang/ocaml/patches/patch-az')
-rw-r--r--lang/ocaml/patches/patch-az13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/ocaml/patches/patch-az b/lang/ocaml/patches/patch-az
new file mode 100644
index 00000000000..046888aaa1f
--- /dev/null
+++ b/lang/ocaml/patches/patch-az
@@ -0,0 +1,13 @@
+$NetBSD: patch-az,v 1.1 2004/04/22 09:18:40 tron Exp $
+
+--- otherlibs/dynlink/Makefile.orig Sun Jan 20 16:12:28 2002
++++ otherlibs/dynlink/Makefile Thu Apr 22 10:34:37 2004
+@@ -38,7 +38,7 @@
+ $(CAMLC) $(COMPFLAGS) -o extract_crc dynlink.cma extract_crc.cmo
+
+ install:
+- cp dynlink.cmi dynlink.cma dynlink.mli extract_crc $(LIBDIR)
++ ${BSD_INSTALL_DATA} dynlink.cmi dynlink.cma dynlink.mli extract_crc $(LIBDIR)
+
+ installopt:
+