summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-br
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-br
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-br')
-rw-r--r--lang/ocaml/patches/patch-br13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/ocaml/patches/patch-br b/lang/ocaml/patches/patch-br
new file mode 100644
index 00000000000..049536976fb
--- /dev/null
+++ b/lang/ocaml/patches/patch-br
@@ -0,0 +1,13 @@
+$NetBSD: patch-br,v 1.1 2004/04/22 09:18:46 tron Exp $
+
+--- stdlib/Makefile.orig Wed Jun 5 14:08:38 2002
++++ stdlib/Makefile Thu Apr 22 10:34:37 2004
+@@ -47,7 +47,7 @@
+ allopt-prof: stdlib.p.cmxa std_exit.p.cmx
+
+ install:
+- cp stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur \
++ ${BSD_INSTALL_DATA} stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur \
+ $(LIBDIR)
+
+ installopt: installopt-default installopt-$(PROFILING)