diff options
author | ume <ume@FreeBSD.org> | 2012-12-12 22:45:31 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2012-12-12 22:45:31 +0800 |
commit | cd518fc74b4c4df6f374a80b707885e42976fefd (patch) | |
tree | d6dabdacfde8b086d89b8bfdc6c9cef04d138671 /x11 | |
parent | 9c6ef7734e43cb8ec27f6ebaf2f4a7fcce9aa912 (diff) | |
download | freebsd-ports-graphics-cd518fc74b4c4df6f374a80b707885e42976fefd.tar.gz freebsd-ports-graphics-cd518fc74b4c4df6f374a80b707885e42976fefd.tar.zst freebsd-ports-graphics-cd518fc74b4c4df6f374a80b707885e42976fefd.zip |
Fix build with latest cyrus-sasl2.
Spotted by: Jürgen Galonska <caligula__at__primamail.de>
Confirmed by: Jürgen Galonska <caligula__at__primamail.de>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc b/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc new file mode 100644 index 00000000000..59e00fb4f97 --- /dev/null +++ b/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc @@ -0,0 +1,12 @@ +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> + } |