svn commit: r308676 - head/deskutils/kdepimlibs4/files

Hajimu UMEMOTO ume at FreeBSD.org
Tue Dec 11 11:51:01 UTC 2012


Author: ume
Date: Tue Dec 11 11:51:00 2012
New Revision: 308676
URL: http://svnweb.freebsd.org/changeset/ports/308676

Log:
  Fix build with latest cyrus-sasl2 port.
  
  Spotted by:	Yuri <yuri__at__rawbw.com>
  Confirmed by:	Yuri <yuri__at__rawbw.com>

Added:
  head/deskutils/kdepimlibs4/files/patch-kioslave__smtp__command.h   (contents, props changed)

Added: head/deskutils/kdepimlibs4/files/patch-kioslave__smtp__command.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/kdepimlibs4/files/patch-kioslave__smtp__command.h	Tue Dec 11 11:51:00 2012	(r308676)
@@ -0,0 +1,13 @@
+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>
+ }


More information about the svn-ports-all mailing list