diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-06 19:52:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-06 19:52:57 +0000 |
commit | fa5d57a5c6f341b3f9868d1aa23ba8e93cce3682 (patch) | |
tree | 8c43a95481fb9ea4f9d5045b06df635b1c0f2e92 /mail/spamprobe | |
parent | b08b4d4eef8e9162b4b4433f1e7e0f190babe567 (diff) | |
download | pkgsrc-fa5d57a5c6f341b3f9868d1aa23ba8e93cce3682.tar.gz |
Fix build with newer GCC
Diffstat (limited to 'mail/spamprobe')
-rw-r--r-- | mail/spamprobe/distinfo | 4 | ||||
-rw-r--r-- | mail/spamprobe/patches/patch-src_includes_MultiLineSubString.h | 12 | ||||
-rw-r--r-- | mail/spamprobe/patches/patch-src_includes_util.h | 13 |
3 files changed, 28 insertions, 1 deletions
diff --git a/mail/spamprobe/distinfo b/mail/spamprobe/distinfo index a7160f37731..9357b022671 100644 --- a/mail/spamprobe/distinfo +++ b/mail/spamprobe/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.14 2010/06/15 14:31:09 wiz Exp $ +$NetBSD: distinfo,v 1.15 2011/12/06 19:52:57 joerg Exp $ SHA1 (spamprobe-1.4d.tar.gz) = fbcd65eb21097cd860d5e5ee2c4c2524c717a237 RMD160 (spamprobe-1.4d.tar.gz) = 4a9e098b92e6900d8b03d7ed5e8d052f2b2e8c56 Size (spamprobe-1.4d.tar.gz) = 262761 bytes SHA1 (patch-aa) = 1a139882a9913537663a0d03b645e014b488ecbe SHA1 (patch-ab) = da2cd2cbc3b37e529e45b67eb7eea127afcaa07c +SHA1 (patch-src_includes_MultiLineSubString.h) = bd6def3ef4e261ee4fe56d58447c89d7fce8e9e3 +SHA1 (patch-src_includes_util.h) = 5c7f02ac7f3852c6d751afd07df752cef7a1f06e diff --git a/mail/spamprobe/patches/patch-src_includes_MultiLineSubString.h b/mail/spamprobe/patches/patch-src_includes_MultiLineSubString.h new file mode 100644 index 00000000000..3d07e529467 --- /dev/null +++ b/mail/spamprobe/patches/patch-src_includes_MultiLineSubString.h @@ -0,0 +1,12 @@ +$NetBSD: patch-src_includes_MultiLineSubString.h,v 1.1 2011/12/06 19:52:57 joerg Exp $ + +--- src/includes/MultiLineSubString.h.orig 2011-12-06 16:26:43.000000000 +0000 ++++ src/includes/MultiLineSubString.h +@@ -32,6 +32,7 @@ + #define _MultiLineSubString_h + + #include "AbstractMultiLineString.h" ++#include <climits> + + class MultiLineSubString : public AbstractMultiLineString + { diff --git a/mail/spamprobe/patches/patch-src_includes_util.h b/mail/spamprobe/patches/patch-src_includes_util.h new file mode 100644 index 00000000000..f4ef964594d --- /dev/null +++ b/mail/spamprobe/patches/patch-src_includes_util.h @@ -0,0 +1,13 @@ +$NetBSD: patch-src_includes_util.h,v 1.1 2011/12/06 19:52:57 joerg Exp $ + +--- src/includes/util.h.orig 2011-12-06 16:26:03.000000000 +0000 ++++ src/includes/util.h +@@ -42,6 +42,8 @@ + #include <cassert> + #include <iostream> + #include <cstdio> ++#include <cstdlib> ++#include <cstring> + #include "Ptr.h" + #include "Ref.h" + |