pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-bigstringaf
Module Name: pkgsrc
Committed By: jaapb
Date: Mon May 30 09:47:34 UTC 2022
Modified Files:
pkgsrc/devel/ocaml-bigstringaf: Makefile
Log Message:
More build fixes for mef@
Upon further investigation, mef@ was right and the problem was in
make being called through dune.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ocaml-bigstringaf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ocaml-bigstringaf/Makefile
diff -u pkgsrc/devel/ocaml-bigstringaf/Makefile:1.8 pkgsrc/devel/ocaml-bigstringaf/Makefile:1.9
--- pkgsrc/devel/ocaml-bigstringaf/Makefile:1.8 Mon May 30 09:33:00 2022
+++ pkgsrc/devel/ocaml-bigstringaf/Makefile Mon May 30 09:47:34 2022
@@ -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 @@ HOMEPAGE= https://github.com/inhabitedty
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