diff options
author | schmonz <schmonz@pkgsrc.org> | 2017-07-11 14:56:37 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2017-07-11 14:56:37 +0000 |
commit | f5317f8e783719c0455039b5af14dd337cad7ea1 (patch) | |
tree | 55f5970a3f26bd9439fc1baf825d70c5188e7bb6 /textproc | |
parent | 974f579eda30ad663898bacfbebe19345101ad87 (diff) | |
download | pkgsrc-f5317f8e783719c0455039b5af14dd337cad7ea1.tar.gz |
Include missing AF_INET definition to fix NetBSD build.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xapian/distinfo | 3 | ||||
-rw-r--r-- | textproc/xapian/patches/patch-net_resolver.h | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/textproc/xapian/distinfo b/textproc/xapian/distinfo index 5a2a7a8dadf..d896ce35b92 100644 --- a/textproc/xapian/distinfo +++ b/textproc/xapian/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.26 2017/07/10 17:29:58 schmonz Exp $ +$NetBSD: distinfo,v 1.27 2017/07/11 14:56:37 schmonz Exp $ SHA1 (xapian-bindings-1.4.4.tar.xz) = 1162e836f3caccee927997f0d262ef6dccd44d9f RMD160 (xapian-bindings-1.4.4.tar.xz) = 231d56d0989cf3a37a0b31d39680488fa1e80b39 @@ -9,3 +9,4 @@ RMD160 (xapian-core-1.4.4.tar.xz) = 19535bc7ca5c175b7ee1c4898e9e9e796e45dcb0 SHA512 (xapian-core-1.4.4.tar.xz) = dc88bab1d82c68b29d51c2113319ddb5d16840f3544b9d5fcc7a3671f97d58f16ddff58b865ad3521ea778cbaacf73fe7346bb514a1275f1f739283a4128d001 Size (xapian-core-1.4.4.tar.xz) = 2807952 bytes SHA1 (patch-common_safesyssocket.h) = 032d441853914d510bc285bb682a98c4ee264d52 +SHA1 (patch-net_resolver.h) = 693f89bcb5d2cdc86bbf458c7f1969f2b27cf4c3 diff --git a/textproc/xapian/patches/patch-net_resolver.h b/textproc/xapian/patches/patch-net_resolver.h new file mode 100644 index 00000000000..c31405e62ae --- /dev/null +++ b/textproc/xapian/patches/patch-net_resolver.h @@ -0,0 +1,14 @@ +$NetBSD: patch-net_resolver.h,v 1.1 2017/07/11 14:56:37 schmonz Exp $ + +Include missing AF_INET definition to fix NetBSD build. + +--- net/resolver.h.orig 2017-04-24 02:19:20.000000000 +0000 ++++ net/resolver.h +@@ -23,6 +23,7 @@ + + #include <cstring> + #include "safenetdb.h" ++#include "safesyssocket.h" + #include "str.h" + #include "xapian/error.h" + |