diff options
Diffstat (limited to 'lang/ocaml/patches/patch-bk')
-rw-r--r-- | lang/ocaml/patches/patch-bk | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lang/ocaml/patches/patch-bk b/lang/ocaml/patches/patch-bk index 550967f1f22..15a157dee63 100644 --- a/lang/ocaml/patches/patch-bk +++ b/lang/ocaml/patches/patch-bk @@ -1,8 +1,8 @@ -$NetBSD: patch-bk,v 1.1 2004/04/22 09:18:44 tron Exp $ +$NetBSD: patch-bk,v 1.2 2005/02/04 21:35:51 adrianp 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 @@ +--- otherlibs/labltk/tkanim/Makefile.orig 2003-04-28 08:49:10.000000000 +0100 ++++ otherlibs/labltk/tkanim/Makefile 2004-10-12 18:26:13.000000000 +0100 +@@ -56,13 +56,13 @@ install: tkanim.cma @@ -14,3 +14,8 @@ $NetBSD: patch-bk,v 1.1 2004/04/22 09:18:44 tron Exp $ fi installopt: tkanim.cmxa +- cp tkanim.cmxa tkanim.a $(INSTALLDIR) ++ ${BSD_INSTALL_DATA} tkanim.cmxa tkanim.a $(INSTALLDIR) + + depend: tkanim.ml + $(CAMLDEP) *.mli *.ml > .depend |