pkgsrc/lang/ocaml/patches/patch-bb
tron 65fe8e9b94 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.
2004-04-22 09:18:34 +00:00

13 lines
423 B
Text

$NetBSD: patch-bb,v 1.1 2004/04/22 09:18:41 tron Exp $
--- otherlibs/labltk/browser/Makefile.orig Mon Aug 12 07:31:21 2002
+++ otherlibs/labltk/browser/Makefile Thu Apr 22 10:34:37 2004
@@ -47,7 +47,7 @@
install:
if test -f ocamlbrowser$(EXE); then : ; \
- cp ocamlbrowser$(EXE) $(BINDIR); fi
+ ${BSD_INSTALL_SCRIPT} ocamlbrowser$(EXE) $(BINDIR); fi
clean:
rm -f *.cm? ocamlbrowser$(EXE) dummy.mli *~ *.orig