pkgsrc/devel/ocaml-bigstringaf/buildlink3.mk
jaapb 2ff1d3ee73 Build fixes for devel/ocaml-bigstringaf. Revbump.
The earlier fixes by mef@ (using make) don't solve the problem properly,
since the Makefile only calls dune anyway. However, it does so with
different parameters, most notably not using the -j parameter (leaving
dune to autodetect the number of jobs). That (and the fact that I can't
reproduce the problem) suggests to me that parallel building is the culpit.
I've disabled it for now and will file a bug upstream.
2022-05-30 09:33:00 +00:00

14 lines
468 B
Makefile

# $NetBSD: buildlink3.mk,v 1.5 2022/05/30 09:33:00 jaapb Exp $
BUILDLINK_TREE+= ocaml-bigstringaf
.if !defined(OCAML_BIGSTRINGAF_BUILDLINK3_MK)
OCAML_BIGSTRINGAF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-bigstringaf+= ocaml-bigstringaf>=0.4.0
BUILDLINK_ABI_DEPENDS.ocaml-bigstringaf+= ocaml-bigstringaf>=0.9.0nb1
BUILDLINK_PKGSRCDIR.ocaml-bigstringaf?= ../../devel/ocaml-bigstringaf
.endif # OCAML_BIGSTRINGAF_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-bigstringaf