summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-01-07 15:00:35 +0000
committerjoerg <joerg@pkgsrc.org>2010-01-07 15:00:35 +0000
commit63b6a09f7db73398b2d37ebd9b72fcd70fe82bac (patch)
tree5d7075e2d7c1696726662d0d288e29bee068f467 /mail
parent2ac9b0e0c625b755893cd9a27405a7f635c172fb (diff)
downloadpkgsrc-63b6a09f7db73398b2d37ebd9b72fcd70fe82bac.tar.gz
Fix build on DragonFly. From Peter Avalos.
Diffstat (limited to 'mail')
-rw-r--r--mail/clamav/distinfo3
-rw-r--r--mail/clamav/patches/patch-ag10
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/clamav/distinfo b/mail/clamav/distinfo
index feed4fafb67..ab6de181ea5 100644
--- a/mail/clamav/distinfo
+++ b/mail/clamav/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.61 2009/10/29 07:06:09 martti Exp $
+$NetBSD: distinfo,v 1.62 2010/01/07 15:00:35 joerg Exp $
SHA1 (clamav-0.95.3.tar.gz) = ab4b1f49d0f24154767d303d6a27b74acf6f4b59
RMD160 (clamav-0.95.3.tar.gz) = c68a2948aa9ab7a3b5f8e9744322d3606ae6df71
@@ -6,3 +6,4 @@ Size (clamav-0.95.3.tar.gz) = 26919541 bytes
SHA1 (patch-aa) = 26115741ed1a73a26252b596ab0a92dc8cd70fda
SHA1 (patch-ad) = 70706e96ddaaa9cb4756c91474f95705edeed199
SHA1 (patch-af) = 3c5b8cdab88d2d990ff989c43541f360c2d4e4c5
+SHA1 (patch-ag) = e9c2f308b9418631ac5c428126336937c4e30401
diff --git a/mail/clamav/patches/patch-ag b/mail/clamav/patches/patch-ag
new file mode 100644
index 00000000000..2fd84618747
--- /dev/null
+++ b/mail/clamav/patches/patch-ag
@@ -0,0 +1,10 @@
+--- libclamav/others.h.orig 2010-01-06 19:05:29 -1000
++++ libclamav/others.h 2010-01-06 19:05:39 -1000
+@@ -29,6 +29,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <unistd.h>
+ #include "cltypes.h"
+
+ #include "clamav.h"