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/patches/patch-ad | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 chat/centericq/patches/patch-ad (limited to 'chat/centericq/patches/patch-ad') 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