summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2019-07-10 17:53:38 +0000
committersevan <sevan@pkgsrc.org>2019-07-10 17:53:38 +0000
commitd99f664aa699e944aefb25f46fe20f670f1ca5b3 (patch)
treecc9ff6271c2451962ecc7d37eb801d7892902068 /lang/ocaml
parent11154344f9cae3f68b4a183e02b94fe11b76d47a (diff)
downloadpkgsrc-d99f664aa699e944aefb25f46fe20f670f1ca5b3.tar.gz
Need strnlen(3), make sure we obtain it from libnbcompat if host OS doesn't
include it.
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 39792724dd3..ea7c1dd96e6 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2019/05/15 09:39:21 jaapb Exp $
+# $NetBSD: Makefile,v 1.125 2019/07/10 17:53:38 sevan Exp $
.include "Makefile.common"
@@ -11,6 +11,7 @@ MAKE_JOBS_SAFE= no
UNLIMIT_RESOURCES= stacksize
USE_TOOLS+= bash
+USE_FEATURES+= strnlen
USE_GCC_RUNTIME= yes