From 958cc4fe2f1851413974ae8ef4a5fd39fd3db158 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 6 Dec 2011 19:52:57 +0000 Subject: Fix build with newer GCC --- mail/spamprobe/distinfo | 4 +++- .../patches/patch-src_includes_MultiLineSubString.h | 12 ++++++++++++ mail/spamprobe/patches/patch-src_includes_util.h | 13 +++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 mail/spamprobe/patches/patch-src_includes_MultiLineSubString.h create mode 100644 mail/spamprobe/patches/patch-src_includes_util.h (limited to 'mail/spamprobe') 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 + + 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 + #include + #include ++#include ++#include + #include "Ptr.h" + #include "Ref.h" + -- cgit v1.2.3