From 8b02ad7ed17eec2b9567c51d26b43cfe7454502f Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 10 Mar 2005 14:13:24 +0000 Subject: The utmp support is only used on Linux, so conditionalize inclusion of utmp.h on __linux__ as well. --- chat/centericq/distinfo | 3 ++- chat/centericq/patches/patch-ad | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 chat/centericq/patches/patch-ad (limited to 'chat/centericq') diff --git a/chat/centericq/distinfo b/chat/centericq/distinfo index ff0674e5577..e6cb25ffca1 100644 --- a/chat/centericq/distinfo +++ b/chat/centericq/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2005/02/23 15:59:10 agc Exp $ +$NetBSD: distinfo,v 1.14 2005/03/10 14:13:24 tv Exp $ SHA1 (centericq-4.13.0.tar.bz2) = e8d276c689dd2284ed82e4655fe8cbf843e545d6 RMD160 (centericq-4.13.0.tar.bz2) = bc0f14bffce4777a233508694e0b10391337b320 @@ -6,3 +6,4 @@ Size (centericq-4.13.0.tar.bz2) = 1251118 bytes SHA1 (patch-aa) = b3e610a1a3b30a716215889b9f51c6de7e78fb22 SHA1 (patch-ab) = 6d9beb28024666bbfef2e95cab648d7058f8136c SHA1 (patch-ac) = 74ae25e19bf5d250a407a937bf78405b38cc86da +SHA1 (patch-ad) = be8ba5c952bf560b0758c97ba81c4faef04ffe49 diff --git a/chat/centericq/patches/patch-ad b/chat/centericq/patches/patch-ad new file mode 100644 index 00000000000..db39bae96be --- /dev/null +++ b/chat/centericq/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2005/03/10 14:13:24 tv Exp $ + +--- kksystr-0.1/include/kkiproc.h.orig Tue Jul 9 13:07:29 2002 ++++ kksystr-0.1/include/kkiproc.h +@@ -9,7 +9,9 @@ + #include + #include + #include ++#ifdef __linux__ + #include ++#endif + #include + #include + -- cgit v1.2.3