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 /deskutils/kdepimlibs4 | |
parent | 292403246c899c73b2c38d3e0a37d8dbb6b8e2b1 (diff) | |
download | ports-5b9a25b635370d37523228551d53a45976277372.tar.gz ports-5b9a25b635370d37523228551d53a45976277372.zip |
size_t is now defined in sasl.h.
Notes
Notes:
svn path=/head/; revision=309489
Diffstat (limited to 'deskutils/kdepimlibs4')
-rw-r--r-- | deskutils/kdepimlibs4/files/patch-kioslave__smtp__command.h | 13 |
1 files changed, 0 insertions, 13 deletions
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> - } |