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-bk21
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/ocaml/patches/patch-bk b/lang/ocaml/patches/patch-bk
deleted file mode 100644
index 461c10b94e1..00000000000
--- a/lang/ocaml/patches/patch-bk
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-bk,v 1.3 2009/09/07 21:48:14 tonio Exp $
-
---- 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:
-- 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:
-- cp tkanim.cmxa tkanim.$(A) $(INSTALLDIR)
-+ ${BSD_INSTALL_DATA} tkanim.cmxa tkanim.$(A) $(INSTALLDIR)
-
- depend: tkanim.ml
- $(CAMLDEP) *.mli *.ml > .depend