|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- # # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # Please add additional copyright information _after_ the line containing # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by # the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # # ROCK Linux: rock-src/package/kde/kdepim/sasl2-location.patch # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # --- ROCK-COPYRIGHT-NOTE-END ---
diff -ruN kdepim-3.5.0/configure.in kdepim-3.5.0-new/configure.in
--- kdepim-3.5.0/configure.in 2005-11-26 08:34:20.000000000 +0100
+++ kdepim-3.5.0-new/configure.in 2005-12-07 16:01:42.000000000 +0100
@@ -325,7 +325,7 @@
sasl2_header="no" SASL2_LIBS="" if test "x$with_sasl" != xno; then - KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes")
+ KDE_CHECK_HEADERS(sasl2/sasl.h, sasl2_header="yes")
if test "$sasl2_header" = "yes" ; then KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2") fi diff -ruN kdepim-3.5.0/kioslaves/configure.in.in kdepim-3.5.0-new/kioslaves/configure.in.in
--- kdepim-3.5.0/kioslaves/configure.in.in 2005-10-10 17:02:21.000000000 +0200
+++ kdepim-3.5.0-new/kioslaves/configure.in.in 2005-12-07 16:01:15.000000000 +0100
@@ -8,7 +8,7 @@
sasl2_header="no" SASL2_LIBS="" if test "x$with_sasl" != xno; then - KDE_CHECK_HEADERS(sasl/sasl.h, sasl2_header="yes")
+ KDE_CHECK_HEADERS(sasl2/sasl.h, sasl2_header="yes")
if test "$sasl2_header" = "yes" ; then KDE_CHECK_LIB(sasl2, sasl_client_init, SASL2_LIBS="-lsasl2") fi diff -ruN kdepim-3.5.0/kioslaves/imap4/imap4.cc kdepim-3.5.0-new/kioslaves/imap4/imap4.cc
--- kdepim-3.5.0/kioslaves/imap4/imap4.cc 2005-10-10 17:02:21.000000000 +0200
+++ kdepim-3.5.0-new/kioslaves/imap4/imap4.cc 2005-12-07 16:02:04.000000000 +0100
@@ -74,7 +74,7 @@
#ifdef HAVE_LIBSASL2 extern "C" { -#include <sasl/sasl.h>
+#include <sasl2/sasl.h>
} #endif diff -ruN kdepim-3.5.0/kioslaves/imap4/imapparser.cc kdepim-3.5.0-new/kioslaves/imap4/imapparser.cc
--- kdepim-3.5.0/kioslaves/imap4/imapparser.cc 2005-09-10 10:24:05.000000000 +0200
+++ kdepim-3.5.0-new/kioslaves/imap4/imapparser.cc 2005-12-07 16:02:22.000000000 +0100
@@ -43,7 +43,7 @@
#ifdef HAVE_LIBSASL2 extern "C" { -#include <sasl/sasl.h>
+#include <sasl2/sasl.h>
} #endif diff -ruN kdepim-3.5.0/kioslaves/sieve/sieve.cpp kdepim-3.5.0-new/kioslaves/sieve/sieve.cpp
--- kdepim-3.5.0/kioslaves/sieve/sieve.cpp 2005-09-10 10:24:05.000000000 +0200
+++ kdepim-3.5.0-new/kioslaves/sieve/sieve.cpp 2005-12-07 16:02:36.000000000 +0100
@@ -29,7 +29,7 @@
#endif extern "C" { -#include <sasl/sasl.h>
+#include <sasl2/sasl.h>
} #include "sieve.h"
|