From 54c3b5db8bf706bceb37af96cf80251f63742bcd Mon Sep 17 00:00:00 2001 From: jaapb Date: Thu, 20 Dec 2012 13:21:48 +0000 Subject: [PATCH] Fixed build failure with newest version of cyrus-sasl. --- misc/kdepimlibs4/distinfo | 3 ++- .../patches/patch-kioslave_smtp_command.h | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 misc/kdepimlibs4/patches/patch-kioslave_smtp_command.h diff --git a/misc/kdepimlibs4/distinfo b/misc/kdepimlibs4/distinfo index 966699920d8b..dbbb3a9e3493 100644 --- a/misc/kdepimlibs4/distinfo +++ b/misc/kdepimlibs4/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2012/11/11 22:28:28 joerg Exp $ +$NetBSD: distinfo,v 1.23 2012/12/20 13:21:48 jaapb Exp $ SHA1 (kdepimlibs-4.8.4.tar.xz) = 34f693ac71896d0d8653fc2a81323d1e91531bb2 RMD160 (kdepimlibs-4.8.4.tar.xz) = f9804ea6e6d016d879a16f1077e49aeef429ba13 @@ -8,6 +8,7 @@ SHA1 (patch-kalarmcal_CMakeLists.txt) = 8237552f350f214c3380bf0fc54d19d36765c9b9 SHA1 (patch-kblog_CMakeLists.txt) = 183d17f2de6f5f4f2f6bd29666b2a35d22c055aa SHA1 (patch-kcalutils_CMakeLists.txt) = 5c212ab23d0b1006a43c765bc1d860be85da284a SHA1 (patch-kimap_loginjob.cpp) = efcc4ee6915215013cbc8b349741d747cb061a94 +SHA1 (patch-kioslave_smtp_command.h) = 7b32a6d801ba03f6014eac5e5a7a496acb5aabaf SHA1 (patch-kldap_ber.cpp) = 3656e006278db8fd4014f6e4a902f60703955871 SHA1 (patch-kldap_ber.h) = c4edcaedb7169e261892b973627b3265f1efd3df SHA1 (patch-kmbox_CMakeLists.txt) = 924bd70a84c8af1c7d37501d4f718343a0aa7121 diff --git a/misc/kdepimlibs4/patches/patch-kioslave_smtp_command.h b/misc/kdepimlibs4/patches/patch-kioslave_smtp_command.h new file mode 100644 index 000000000000..ea75acc37df9 --- /dev/null +++ b/misc/kdepimlibs4/patches/patch-kioslave_smtp_command.h @@ -0,0 +1,12 @@ +$NetBSD: patch-kioslave_smtp_command.h,v 1.1 2012/12/20 13:21:49 jaapb Exp $ + +--- kioslave/smtp/command.h.orig 2011-07-27 18:34:56.000000000 +0000 ++++ kioslave/smtp/command.h +@@ -32,6 +32,7 @@ + #ifndef __KIOSMTP_COMMAND_H__ + #define __KIOSMTP_COMMAND_H__ + ++#include + + extern "C" { + #include