summaryrefslogtreecommitdiff
path: root/mail
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 /mail
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 'mail')
-rw-r--r--mail/nmh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 2c297ec0a46..b0b0d17d428 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2019/07/01 04:08:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.102 2019/07/10 17:53:38 sevan Exp $
DISTNAME= nmh-1.7.1
PKGREVISION= 5
@@ -14,6 +14,7 @@ CONFLICTS= ja-mh-[0-9]*
CONFLICTS+= ja-mh6-[0-9]*
USE_TOOLS+= lex
+USE_FEATURES+= strnlen
.include "../../mk/bsd.prefs.mk"