summaryrefslogtreecommitdiff
path: root/chat/kmess/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'chat/kmess/patches/patch-af')
-rw-r--r--chat/kmess/patches/patch-af14
1 files changed, 14 insertions, 0 deletions
diff --git a/chat/kmess/patches/patch-af b/chat/kmess/patches/patch-af
new file mode 100644
index 00000000000..e5691da2c87
--- /dev/null
+++ b/chat/kmess/patches/patch-af
@@ -0,0 +1,14 @@
+$NetBSD: patch-af,v 1.1 2011/11/23 22:36:27 marino Exp $
+
+--- kmess/crypt/sha1.cpp.orig 2004-05-21 02:00:44.000000000 +0000
++++ kmess/crypt/sha1.cpp
+@@ -37,6 +37,9 @@
+
+ #include <stdio.h>
+ #include <sys/stat.h>
++#if defined (__DragonFly__)
++#include <string.h>
++#endif
+
+ Sha1::Sha1()
+ {