diff options
author | tron <tron@pkgsrc.org> | 1999-07-24 00:20:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-24 00:20:37 +0000 |
commit | fe5033397e815610c010876b306eec8d9be696ab (patch) | |
tree | 4894b60e130a31b03fc60cdc8ded53b1deeed8fa /mail/qpopper/patches | |
parent | 6b46d612b05324fb28422f2cbb63e66066b6aef9 (diff) | |
download | pkgsrc-fe5033397e815610c010876b306eec8d9be696ab.tar.gz |
Fix build problem on systems without IPv6 includes.
Diffstat (limited to 'mail/qpopper/patches')
-rw-r--r-- | mail/qpopper/patches/patch-ah | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/mail/qpopper/patches/patch-ah b/mail/qpopper/patches/patch-ah index 2c65462b940..90d0d8a389e 100644 --- a/mail/qpopper/patches/patch-ah +++ b/mail/qpopper/patches/patch-ah @@ -1,8 +1,15 @@ -$NetBSD: patch-ah,v 1.3 1999/07/09 15:58:34 itojun Exp $ +$NetBSD: patch-ah,v 1.4 1999/07/24 00:20:38 tron Exp $ ---- sockunion.h.orig Fri Jul 9 08:18:22 1999 -+++ sockunion.h Fri Jul 9 08:20:21 1999 -@@ -0,0 +1,14 @@ +--- sockunion.h.orig Sat Jul 24 02:11:15 1999 ++++ sockunion.h Sat Jul 24 02:15:32 1999 +@@ -0,0 +1,21 @@ ++#ifndef INET_ADDRSTR ++#define INET_ADDRSTRLEN 16 ++#endif ++#ifndef INET6_ADDRSTR ++#define INET6_ADDRSTRLEN 46 ++#endif ++ +union sockunion { + struct sockinet { + u_char si_len; |