7242cb0e26
- Allocate Zlib data structures outside the OCaml heap for compatibility with recent versions of Zlib (Github issue #1, pull request #2, report and fix by Einar Lielmanis). - Don't pass -L and -I options to the C compiler unless necessary. - Compile and install the shared library zip.cmxs. (Contributed by E. Millon.) - ocamlfind: install under 'zip' and 'camlzip' package names.
15 lines
423 B
Makefile
15 lines
423 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2017/07/11 10:00:51 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-zip
|
|
|
|
.if !defined(OCAML_ZIP_BUILDLINK3_MK)
|
|
OCAML_ZIP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-zip+= ocaml-zip>=1.05nb6
|
|
BUILDLINK_ABI_DEPENDS.ocaml-zip+= ocaml-zip>=1.07
|
|
BUILDLINK_PKGSRCDIR.ocaml-zip?= ../../archivers/ocaml-zip
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.endif # OCAML_ZIP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-zip
|