diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2012-12-25 17:12:30 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2012-12-25 17:12:30 +0000 |
commit | 5b9a25b635370d37523228551d53a45976277372 (patch) | |
tree | 4edc06eded5ee66141ceae7c7946e04aeb1763bb | |
parent | 292403246c899c73b2c38d3e0a37d8dbb6b8e2b1 (diff) |
size_t is now defined in sasl.h.
Notes
Notes:
svn path=/head/; revision=309489
-rw-r--r-- | deskutils/kdepim3/files/patch-kioslave__sieve__sieve.cpp | 10 | ||||
-rw-r--r-- | deskutils/kdepimlibs4/files/patch-kioslave__smtp__command.h | 13 | ||||
-rw-r--r-- | x11/kdebase3/files/patch-kioslave_smtp_smtp.cc | 12 |
3 files changed, 0 insertions, 35 deletions
diff --git a/deskutils/kdepim3/files/patch-kioslave__sieve__sieve.cpp b/deskutils/kdepim3/files/patch-kioslave__sieve__sieve.cpp deleted file mode 100644 index e730cdc9abcb..000000000000 --- a/deskutils/kdepim3/files/patch-kioslave__sieve__sieve.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- kioslaves/sieve/sieve.cpp.orig 2008-08-19 20:15:48.000000000 +0200 -+++ kioslaves/sieve/sieve.cpp 2012-12-12 10:22:13.000000000 +0100 -@@ -28,6 +28,7 @@ - # include <config.h> - #endif - -+#include <sys/types.h> - extern "C" { - #include <sasl/sasl.h> - } diff --git a/deskutils/kdepimlibs4/files/patch-kioslave__smtp__command.h b/deskutils/kdepimlibs4/files/patch-kioslave__smtp__command.h deleted file mode 100644 index f91c4adeba12..000000000000 --- a/deskutils/kdepimlibs4/files/patch-kioslave__smtp__command.h +++ /dev/null @@ -1,13 +0,0 @@ -Index: kioslave/smtp/command.h -diff -u kioslave/smtp/command.h.orig kioslave/smtp/command.h ---- kioslave/smtp/command.h.orig 2011-07-28 03:34:56.000000000 +0900 -+++ kioslave/smtp/command.h 2012-12-11 15:39:27.661365803 +0900 -@@ -33,6 +33,8 @@ - #define __KIOSMTP_COMMAND_H__ - - -+#include <sys/types.h> -+ - extern "C" { - #include <sasl/sasl.h> - } diff --git a/x11/kdebase3/files/patch-kioslave_smtp_smtp.cc b/x11/kdebase3/files/patch-kioslave_smtp_smtp.cc deleted file mode 100644 index 59e00fb4f979..000000000000 --- a/x11/kdebase3/files/patch-kioslave_smtp_smtp.cc +++ /dev/null @@ -1,12 +0,0 @@ -Index: kioslave/smtp/smtp.cc -diff -u kioslave/smtp/smtp.cc.orig kioslave/smtp/smtp.cc ---- kioslave/smtp/smtp.cc.orig 2007-10-08 18:51:22.000000000 +0900 -+++ kioslave/smtp/smtp.cc 2012-12-12 15:29:29.604353297 +0900 -@@ -31,6 +31,7 @@ - #include <config.h> - - #ifdef HAVE_LIBSASL2 -+#include <sys/types.h> - extern "C" { - #include <sasl/sasl.h> - } |