summaryrefslogtreecommitdiff
path: root/chat/kmess
diff options
context:
space:
mode:
authorhans <hans>2012-02-16 15:00:58 +0000
committerhans <hans>2012-02-16 15:00:58 +0000
commite35a0482c94c3db8cf5ef366624c66fd6b4d79ee (patch)
treef8f93f6d6bc90901ee7eaf32608a928c1eba04d1 /chat/kmess
parenta0b3b0903b20ab82cd710bf22a3438bea9398f4d (diff)
downloadpkgsrc-e35a0482c94c3db8cf5ef366624c66fd6b4d79ee.tar.gz
Fix build on SunOS.
Diffstat (limited to 'chat/kmess')
-rw-r--r--chat/kmess/distinfo3
-rw-r--r--chat/kmess/patches/patch-config.h.in13
2 files changed, 15 insertions, 1 deletions
diff --git a/chat/kmess/distinfo b/chat/kmess/distinfo
index dc0c9a997f8..a860441137e 100644
--- a/chat/kmess/distinfo
+++ b/chat/kmess/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2012/02/08 00:12:37 sbd Exp $
+$NetBSD: distinfo,v 1.11 2012/02/16 15:07:48 hans Exp $
SHA1 (kmess-1.4.3.tar.gz) = 1613c65c7b9ffaa6a1f55396297d25ab7ee3103d
RMD160 (kmess-1.4.3.tar.gz) = 280bab4275903389d2f7d5b3884df937a83addf7
@@ -6,4 +6,5 @@ Size (kmess-1.4.3.tar.gz) = 1869940 bytes
SHA1 (patch-aa) = 098da7e84f8b1eb70815949dca210184c91da6aa
SHA1 (patch-ab) = 90a3f7af4e2ded731b233b87e075e1df10709828
SHA1 (patch-af) = 1fb15e95b763089386adcdd500636f3e2fc16e09
+SHA1 (patch-config.h.in) = 333f6c3213afd544e0f4606d5710dd8866f56c21
SHA1 (patch-kmess_prefix.cpp) = a0a1bba175df79f5d370d9ddc7c6b5fe0a7c4a47
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
+