pkgsrc/lang/ocaml/patches/patch-az
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
430 B
Text

$NetBSD: patch-az,v 1.1 2004/04/22 09:18:40 tron Exp $
--- otherlibs/dynlink/Makefile.orig Sun Jan 20 16:12:28 2002
+++ otherlibs/dynlink/Makefile Thu Apr 22 10:34:37 2004
@@ -38,7 +38,7 @@
$(CAMLC) $(COMPFLAGS) -o extract_crc dynlink.cma extract_crc.cmo
install:
- cp dynlink.cmi dynlink.cma dynlink.mli extract_crc $(LIBDIR)
+ ${BSD_INSTALL_DATA} dynlink.cmi dynlink.cma dynlink.mli extract_crc $(LIBDIR)
installopt: