diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2012-12-13 06:46:02 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2012-12-13 06:46:02 +0000 |
commit | a08bdaf5ca29e642d6be9773fc1f6f96593baff0 (patch) | |
tree | 4a006fdc2928f2c74405f3356bd6add3f7f90db4 /x11/kdelibs3 | |
parent | fad9fd72063b275139548198de6baed54370dcb7 (diff) |
Notes
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc b/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc deleted file mode 100644 index 59e00fb4f979..000000000000 --- a/x11/kdelibs3/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> - } |