summaryrefslogtreecommitdiff
path: root/chat/kmess/patches
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-16 15:00:58 +0000
committerhans <hans@pkgsrc.org>2012-02-16 15:00:58 +0000
commitcfa33ca2f81224ebd6ef6c8c1d4d7981a4640254 (patch)
treef8f93f6d6bc90901ee7eaf32608a928c1eba04d1 /chat/kmess/patches
parent7fc5400ec8d61371fd4d3ea1aa08fde410f4ac18 (diff)
downloadpkgsrc-cfa33ca2f81224ebd6ef6c8c1d4d7981a4640254.tar.gz
Fix build on SunOS.
Diffstat (limited to 'chat/kmess/patches')
-rw-r--r--chat/kmess/patches/patch-config.h.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/kmess/patches/patch-config.h.in b/chat/kmess/patches/patch-config.h.in
new file mode 100644
index 00000000000..bb724ac3121
--- /dev/null
+++ b/chat/kmess/patches/patch-config.h.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-config.h.in,v 1.1 2012/02/16 15:07:48 hans Exp $
+
+--- config.h.in.orig 2012-01-20 19:10:13.658229763 +0100
++++ config.h.in 2012-01-20 19:12:30.887940973 +0100
+@@ -163,7 +163,7 @@
+ * that defines bzero.
+ */
+
+-#if defined(_AIX)
++#if defined(_AIX) || defined(__sun)
+ #include <strings.h>
+ #endif
+