From d303da9af6d98094241a1645d4ec6156936de2bf Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 31 Oct 2005 18:38:53 +0000 Subject: Provide a default value of the nonportable INET_ADDRSTRLEN (not defined on Interix). --- chat/libtlen/distinfo | 3 ++- chat/libtlen/patches/patch-ab | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 chat/libtlen/patches/patch-ab (limited to 'chat') 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" -- cgit v1.2.3