mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

55 lines
1.5 KiB

--- ./kioslaves/imap4/imap4.cc.orig 2005-03-22 17:30:32.000000000 +0100
+++ ./kioslaves/imap4/imap4.cc 2005-03-22 17:31:55.000000000 +0100
@@ -66,7 +66,7 @@
#ifdef HAVE_LIBSASL2
extern "C" {
-#include <sasl/sasl.h>
+#include <sasl2/sasl.h>
}
#endif
--- ./kioslaves/imap4/imapparser.cc.orig 2005-03-22 17:30:39.000000000 +0100
+++ ./kioslaves/imap4/imapparser.cc 2005-03-22 17:32:07.000000000 +0100
@@ -43,7 +43,7 @@
#ifdef HAVE_LIBSASL2
extern "C" {
-#include <sasl/sasl.h>
+#include <sasl2/sasl.h>
}
#endif
--- ./kioslaves/sieve/sieve.cpp.orig 2005-03-22 17:30:57.000000000 +0100
+++ ./kioslaves/sieve/sieve.cpp 2005-03-22 17:32:21.000000000 +0100
@@ -29,7 +29,7 @@
#endif
extern "C" {
-#include <sasl/sasl.h>
+#include <sasl2/sasl.h>
}
#include "sieve.h"
--- ./kioslaves/configure.in.in.orig 2005-03-22 17:30:51.000000000 +0100
+++ ./kioslaves/configure.in.in 2005-03-22 17:32:33.000000000 +0100
@@ -3,7 +3,7 @@
sasl2_header="no"
SASL2_LIBS=""
-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
--- ./configure.in.orig 2005-03-22 17:30:24.000000000 +0100
+++ ./configure.in 2005-03-22 17:31:35.000000000 +0100
@@ -223,7 +223,7 @@
sasl2_header="no"
SASL2_LIBS=""
-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