diff options
author | tv <tv> | 2005-10-31 18:38:53 +0000 |
---|---|---|
committer | tv <tv> | 2005-10-31 18:38:53 +0000 |
commit | d303da9af6d98094241a1645d4ec6156936de2bf (patch) | |
tree | df7dfc1300db11f7d26b44d8d0a99e17e68e4f50 /chat | |
parent | f69e690d2dc9137f48b2c5de9e870ddc7d2e785b (diff) | |
download | pkgsrc-d303da9af6d98094241a1645d4ec6156936de2bf.tar.gz |
Provide a default value of the nonportable INET_ADDRSTRLEN
(not defined on Interix).
Diffstat (limited to 'chat')
-rw-r--r-- | chat/libtlen/distinfo | 3 | ||||
-rw-r--r-- | chat/libtlen/patches/patch-ab | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/chat/libtlen/distinfo b/chat/libtlen/distinfo index 5e02a32f165..4ca947bd97f 100644 --- a/chat/libtlen/distinfo +++ b/chat/libtlen/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.5 2005/03/10 13:25:07 tv Exp $ +$NetBSD: distinfo,v 1.6 2005/10/31 18:38:53 tv Exp $ SHA1 (libtlen-20040912.tar.gz) = a6bd58f4d1eabab8f61451eda54d420fe21ed2ad RMD160 (libtlen-20040912.tar.gz) = 32214dbbd12d9467615a077a49f783b0a2bb5ee3 Size (libtlen-20040912.tar.gz) = 183393 bytes SHA1 (patch-aa) = 7810d10b38cda6e55f34062ddce84f4c27544673 +SHA1 (patch-ab) = dd1569e2dee2208b7a5a8d83800d55454f8d9c36 diff --git a/chat/libtlen/patches/patch-ab b/chat/libtlen/patches/patch-ab new file mode 100644 index 00000000000..cf69f71d482 --- /dev/null +++ b/chat/libtlen/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2005/10/31 18:38:53 tv Exp $ + +--- lib/libtlen.h.orig 2003-10-18 04:56:08.000000000 -0400 ++++ lib/libtlen.h +@@ -35,6 +35,10 @@ + #include "xmlparse.h" + #include "str.h" + ++#ifndef INET_ADDRSTRLEN ++#define INET_ADDRSTRLEN 16 ++#endif ++ + // Coby sie g++ kompilowalo + #ifdef __cplusplus + extern "C" |