summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-au
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-02-04 21:35:51 +0000
committeradrianp <adrianp@pkgsrc.org>2005-02-04 21:35:51 +0000
commitda24824e10d5d8ce298c917c33bfb80d10df7897 (patch)
treed06c5d02c1be3e73fa85ace5be9ada5ca7a1238c /lang/ocaml/patches/patch-au
parent94c8ce7c690de2758a4f789ca3f7b7f38ebf02cf (diff)
downloadpkgsrc-da24824e10d5d8ce298c917c33bfb80d10df7897.tar.gz
- Update from 3.06 to 3.08.2
- Lots of changes/bugfixes - see Changes for all the details
Diffstat (limited to 'lang/ocaml/patches/patch-au')
-rw-r--r--lang/ocaml/patches/patch-au12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/ocaml/patches/patch-au b/lang/ocaml/patches/patch-au
index c40ff48c566..0c3003caea1 100644
--- a/lang/ocaml/patches/patch-au
+++ b/lang/ocaml/patches/patch-au
@@ -1,13 +1,13 @@
-$NetBSD: patch-au,v 1.1 2004/04/22 09:18:39 tron Exp $
+$NetBSD: patch-au,v 1.2 2005/02/04 21:35:51 adrianp Exp $
---- debugger/Makefile.orig Sat Apr 27 16:45:32 2002
-+++ debugger/Makefile Thu Apr 22 10:34:37 2004
-@@ -79,7 +79,7 @@
- $(CAMLC) $(LINKFLAGS) -o ocamldebug$(EXE) $(OTHEROBJS) $(OBJS)
+--- debugger/Makefile.orig 2004-10-15 15:22:45.000000000 +0100
++++ debugger/Makefile 2004-10-15 15:23:10.000000000 +0100
+@@ -81,7 +81,7 @@
+ $(CAMLC) $(LINKFLAGS) -o ocamldebug$(EXE) -linkall $(OTHEROBJS) $(OBJS)
install:
- cp ocamldebug$(EXE) $(BINDIR)/ocamldebug$(EXE)
-+ ${BSD_INSTALL_PROGRAM} ocamldebug$(EXE) $(BINDIR)/ocamldebug$(EXE)
++ ${BSD_INSTALL_SCRIPT} ocamldebug$(EXE) $(BINDIR)/ocamldebug$(EXE)
clean::
rm -f ocamldebug$(EXE)