summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-04-20 09:06:34 +0000
committerjperkin <jperkin>2017-04-20 09:06:34 +0000
commitcc310abb571c9278bad279fd35cd180003e5945d (patch)
treeb8b351671267cd06894c496a58ccf6278a13241e /mail
parentdc354d1ee07091d992ec3a14db92e12fc40d8d35 (diff)
downloadpkgsrc-cc310abb571c9278bad279fd35cd180003e5945d.tar.gz
Include strings.h for index(3).
Diffstat (limited to 'mail')
-rw-r--r--mail/notmuch/distinfo3
-rw-r--r--mail/notmuch/patches/patch-lib_notmuch-private.h14
2 files changed, 16 insertions, 1 deletions
diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo
index 52e0e72dd5e..635eeb75b84 100644
--- a/mail/notmuch/distinfo
+++ b/mail/notmuch/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2017/04/04 11:54:10 wiz Exp $
+$NetBSD: distinfo,v 1.23 2017/04/20 09:06:34 jperkin Exp $
SHA1 (notmuch-0.24.1.tar.gz) = 761bb1391a0d174b5819efabca582d3fba1f57cf
RMD160 (notmuch-0.24.1.tar.gz) = 847bc5011131b4c34f3dfbd12dfb58fcd9a2ce1c
@@ -8,4 +8,5 @@ SHA1 (patch-Makefile.global) = 848213d8914c59d2786c74eee71df5c7599c17ec
SHA1 (patch-Makefile.local) = e5a11e3fd7470f745fccb3086fb864c2068f55a7
SHA1 (patch-aa) = 90414224b80703587d211c8b56bfba0cbe1377b6
SHA1 (patch-lib_Makefile.local) = 84ebfe1a57647e590f923d727d206b5f4687e1ce
+SHA1 (patch-lib_notmuch-private.h) = 24e608eb28c682e5f47c98c74f1bb3c2d62ac092
SHA1 (patch-util_Makefile.local) = 1dcf152c0aba329e5e309c98042bd14f9a733714
diff --git a/mail/notmuch/patches/patch-lib_notmuch-private.h b/mail/notmuch/patches/patch-lib_notmuch-private.h
new file mode 100644
index 00000000000..7f2eba3b164
--- /dev/null
+++ b/mail/notmuch/patches/patch-lib_notmuch-private.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-lib_notmuch-private.h,v 1.1 2017/04/20 09:06:34 jperkin Exp $
+
+Include strings.h for index(3).
+
+--- lib/notmuch-private.h.orig 2017-04-01 12:29:38.000000000 +0000
++++ lib/notmuch-private.h
+@@ -38,6 +38,7 @@ NOTMUCH_BEGIN_DECLS
+ #include <sys/stat.h>
+ #include <sys/mman.h>
+ #include <string.h>
++#include <strings.h>
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <unistd.h>