summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-bk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ocaml/patches/patch-bk')
-rw-r--r--lang/ocaml/patches/patch-bk26
1 files changed, 13 insertions, 13 deletions
diff --git a/lang/ocaml/patches/patch-bk b/lang/ocaml/patches/patch-bk
index 15a157dee63..461c10b94e1 100644
--- a/lang/ocaml/patches/patch-bk
+++ b/lang/ocaml/patches/patch-bk
@@ -1,21 +1,21 @@
-$NetBSD: patch-bk,v 1.2 2005/02/04 21:35:51 adrianp Exp $
+$NetBSD: patch-bk,v 1.3 2009/09/07 21:48:14 tonio Exp $
---- 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 @@
+--- otherlibs/labltk/tkanim/Makefile.orig 2009-04-30 16:24:53.000000000 +0200
++++ otherlibs/labltk/tkanim/Makefile 2009-05-21 11:22:11.000000000 +0200
+@@ -57,13 +57,13 @@
- 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; \
+ install:
+- cp tkanim.cma *.cmi *.mli libtkanim.$(A) $(INSTALLDIR)
++ ${BSD_INSTALL_DATA} tkanim.cma *.cmi *.mli libtkanim.$(A) $(INSTALLDIR)
+ if [ -f dlltkanim$(EXT_DLL) ]; then \
+- cp dlltkanim$(EXT_DLL) $(STUBLIBDIR)/; \
++ ${BSD_INSTALL_DATA} dlltkanim$(EXT_DLL) $(STUBLIBDIR)/; \
fi
- installopt: tkanim.cmxa
-- cp tkanim.cmxa tkanim.a $(INSTALLDIR)
-+ ${BSD_INSTALL_DATA} tkanim.cmxa tkanim.a $(INSTALLDIR)
+ installopt:
+- cp tkanim.cmxa tkanim.$(A) $(INSTALLDIR)
++ ${BSD_INSTALL_DATA} tkanim.cmxa tkanim.$(A) $(INSTALLDIR)
depend: tkanim.ml
$(CAMLDEP) *.mli *.ml > .depend