pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ocaml-bigstringaf More build fixes for mef@



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a95d55ff07d5
branches:  trunk
changeset: 380166:a95d55ff07d5
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Mon May 30 09:47:34 2022 +0000

description:
More build fixes for mef@

Upon further investigation, mef@ was right and the problem was in
make being called through dune.

diffstat:

 devel/ocaml-bigstringaf/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0e5b0bc20fd0 -r a95d55ff07d5 devel/ocaml-bigstringaf/Makefile
--- a/devel/ocaml-bigstringaf/Makefile  Mon May 30 09:33:14 2022 +0000
+++ b/devel/ocaml-bigstringaf/Makefile  Mon May 30 09:47:34 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/05/30 09:33:00 jaapb Exp $
+# $NetBSD: Makefile,v 1.9 2022/05/30 09:47:34 jaapb Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-0.9.0
 PKGNAME=       ocaml-${DISTNAME}
@@ -12,9 +12,8 @@
 COMMENT=       Bigstring intrinsics and fast blits based on memcpy/memmmove
 LICENSE=       modified-bsd
 
-MAKE_JOBS_SAFE=        no # possible problem with building lib/freestanding
 USE_LANGUAGES= # none
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    gmake pkg-config
 OCAML_USE_DUNE=        yes
 
 .include "../../lang/ocaml/ocaml.mk"



Home | Main Index | Thread Index | Old Index