Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 11:51:00 +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: r308676 - head/deskutils/kdepimlibs4/files
Message-ID:  <201212111151.qBBBp0ff082811@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
+ }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212111151.qBBBp0ff082811>