diff options
author | itojun <itojun> | 2000-01-27 19:33:33 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-01-27 19:33:33 +0000 |
commit | d5ea561b37766711ade768f2e0f5d5555522292b (patch) | |
tree | 80ec01d393eb7e8acd1e8b42c5d655ddeb883017 /security/openssh/files | |
parent | 1c525d64fcfd3b2409ab628d2603603fffff5ba5 (diff) | |
download | pkgsrc-d5ea561b37766711ade768f2e0f5d5555522292b.tar.gz |
fix compilation on IPv6-ready environment.
the reason of failure: openssh configure.in tries to include specwise
incorrect header (netinet/in6.h), and checks for function availablility
with too high warning level.
Diffstat (limited to 'security/openssh/files')
-rw-r--r-- | security/openssh/files/patch-sum | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/files/patch-sum b/security/openssh/files/patch-sum index c213f76cc29..3346c4dff74 100644 --- a/security/openssh/files/patch-sum +++ b/security/openssh/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.3 2000/01/27 17:12:03 hubertf Exp $ +$NetBSD: patch-sum,v 1.4 2000/01/27 19:33:33 itojun Exp $ -MD5 (patch-aa) = 0895daea0973a07833d5eadbfc902afd +MD5 (patch-aa) = 47133500cc4566c3cff2fae7b797b437 MD5 (patch-ab) = b1be98743ffb76d3e0401dda3a420f25 MD5 (patch-ad) = affe7f6d4df103015cb788cac15d2670 MD5 (patch-ag) = 037888228d97283b54d1232daf3945a2 |