diff options
author | tron <tron> | 2004-04-22 09:18:34 +0000 |
---|---|---|
committer | tron <tron> | 2004-04-22 09:18:34 +0000 |
commit | d730e797ceb41d3c65f5f93175e749aab7304d0d (patch) | |
tree | 59672b97d93cb0901c01e1fad17ba3b32b924095 /lang/ocaml/patches/patch-bd | |
parent | db00d969c5c33ff82e28c6ea5d129a47e9b364fa (diff) | |
download | pkgsrc-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-bd')
-rw-r--r-- | lang/ocaml/patches/patch-bd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/ocaml/patches/patch-bd b/lang/ocaml/patches/patch-bd new file mode 100644 index 00000000000..4a1ec067a13 --- /dev/null +++ b/lang/ocaml/patches/patch-bd @@ -0,0 +1,15 @@ +$NetBSD: patch-bd,v 1.1 2004/04/22 09:18:42 tron Exp $ + +--- otherlibs/labltk/compiler/Makefile.orig Fri Apr 26 14:15:45 2002 ++++ otherlibs/labltk/compiler/Makefile Thu Apr 22 10:34:37 2004 +@@ -45,8 +45,8 @@ + rm -f *.cm* pplex.ml ppyac.ml ppyac.mli pp$(EXE) + + install: +- cp tkcompiler$(EXE) $(INSTALLDIR) +- cp pp$(EXE) $(INSTALLDIR) ++ ${BSD_INSTALL_SCRIPT} tkcompiler$(EXE) $(INSTALLDIR) ++ ${BSD_INSTALL_SCRIPT} pp$(EXE) $(INSTALLDIR) + + .SUFFIXES : + .SUFFIXES : .mli .ml .cmi .cmo .mlp |