Date: Wed, 12 Dec 2012 14:45:32 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308765 - head/x11/kdelibs3/files Message-ID: <201212121445.qBCEjWrL072679@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ume Date: Wed Dec 12 14:45:31 2012 New Revision: 308765 URL: http://svnweb.freebsd.org/changeset/ports/308765 Log: Fix build with latest cyrus-sasl2. Spotted by: Jürgen Galonska <caligula__at__primamail.de> Confirmed by: Jürgen Galonska <caligula__at__primamail.de> Added: head/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc (contents, props changed) Added: head/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kdelibs3/files/patch-kioslave_smtp_smtp.cc Wed Dec 12 14:45:31 2012 (r308765) @@ -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> + }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212121445.qBCEjWrL072679>