diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-25 21:33:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-25 21:33:11 +0000 |
commit | 69308503c0960243d7ae1228ecf53976856fb912 (patch) | |
tree | 2ce63973d345848f13faa2913a86618fafe06534 /chat | |
parent | fc73e02cdeace28b426023954e02f643706d02ee (diff) | |
download | pkgsrc-69308503c0960243d7ae1228ecf53976856fb912.tar.gz |
string.h is always good.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/kmess/distinfo | 4 | ||||
-rw-r--r-- | chat/kmess/patches/patch-af | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/chat/kmess/distinfo b/chat/kmess/distinfo index 56b831b9fba..ca504b555f6 100644 --- a/chat/kmess/distinfo +++ b/chat/kmess/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2011/11/23 22:36:27 marino Exp $ +$NetBSD: distinfo,v 1.9 2011/11/25 21:33:11 joerg Exp $ SHA1 (kmess-1.4.3.tar.gz) = 1613c65c7b9ffaa6a1f55396297d25ab7ee3103d RMD160 (kmess-1.4.3.tar.gz) = 280bab4275903389d2f7d5b3884df937a83addf7 Size (kmess-1.4.3.tar.gz) = 1869940 bytes SHA1 (patch-aa) = 098da7e84f8b1eb70815949dca210184c91da6aa SHA1 (patch-ab) = 90a3f7af4e2ded731b233b87e075e1df10709828 -SHA1 (patch-af) = be107778b5395fa753f53589c8abbaf734091189 +SHA1 (patch-af) = 1fb15e95b763089386adcdd500636f3e2fc16e09 diff --git a/chat/kmess/patches/patch-af b/chat/kmess/patches/patch-af index e5691da2c87..1801f647cff 100644 --- a/chat/kmess/patches/patch-af +++ b/chat/kmess/patches/patch-af @@ -1,14 +1,12 @@ -$NetBSD: patch-af,v 1.1 2011/11/23 22:36:27 marino Exp $ +$NetBSD: patch-af,v 1.2 2011/11/25 21:33:11 joerg Exp $ --- kmess/crypt/sha1.cpp.orig 2004-05-21 02:00:44.000000000 +0000 +++ kmess/crypt/sha1.cpp -@@ -37,6 +37,9 @@ +@@ -37,6 +37,7 @@ #include <stdio.h> #include <sys/stat.h> -+#if defined (__DragonFly__) +#include <string.h> -+#endif Sha1::Sha1() { |