summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-bk
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-bk
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-bk')
-rw-r--r--lang/ocaml/patches/patch-bk16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/ocaml/patches/patch-bk b/lang/ocaml/patches/patch-bk
new file mode 100644
index 00000000000..550967f1f22
--- /dev/null
+++ b/lang/ocaml/patches/patch-bk
@@ -0,0 +1,16 @@
+$NetBSD: patch-bk,v 1.1 2004/04/22 09:18:44 tron Exp $
+
+--- otherlibs/labltk/tkanim/Makefile.orig Thu Jun 27 13:36:01 2002
++++ otherlibs/labltk/tkanim/Makefile Thu Apr 22 10:34:37 2004
+@@ -52,9 +52,9 @@
+
+
+ install: tkanim.cma
+- cp tkanim.cma *.cmi *.mli libtkanim.a $(INSTALLDIR)
++ ${BSD_INSTALL_DATA} tkanim.cma *.cmi *.mli libtkanim.a $(INSTALLDIR)
+ if [ -f dlltkanim.so ]; then \
+- cp dlltkanim.so $(STUBLIBDIR)/dlltkanim.so; \
++ ${BSD_INSTALL_DATA} dlltkanim.so $(STUBLIBDIR)/dlltkanim.so; \
+ fi
+
+ installopt: tkanim.cmxa