diff options
author | ume <ume@FreeBSD.org> | 2002-07-28 17:26:12 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2002-07-28 17:26:12 +0000 |
commit | 43c48243649693c70745031bd27bac2c5db6fc5b (patch) | |
tree | caa22ac3b12bc86236fa336bb88dcb570d484dc4 /mail/postfix1 | |
parent | 5715a51763bc7a3f0ea9d34e08d6ae343e5d58dc (diff) | |
download | FreeBSD-ports-43c48243649693c70745031bd27bac2c5db6fc5b.zip FreeBSD-ports-43c48243649693c70745031bd27bac2c5db6fc5b.tar.gz |
moving saslv1 includes files to make it easier to add saslv2
PR: ports/40288
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: knu
Diffstat (limited to 'mail/postfix1')
-rw-r--r-- | mail/postfix1/files/patch-ei | 4 | ||||
-rw-r--r-- | mail/postfix1/files/patch-ej | 4 | ||||
-rw-r--r-- | mail/postfix1/files/patch-lmtp.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix1/files/patch-ei b/mail/postfix1/files/patch-ei index 3029372..8f03b69 100644 --- a/mail/postfix1/files/patch-ei +++ b/mail/postfix1/files/patch-ei @@ -14,8 +14,8 @@ * SASL library. */ #ifdef USE_SASL_AUTH -! #include <sasl/sasl.h> -! #include <sasl/saslutil.h> +! #include <sasl1/sasl.h> +! #include <sasl1/saslutil.h> #endif /* diff --git a/mail/postfix1/files/patch-ej b/mail/postfix1/files/patch-ej index 6c5cf2e..329d7bb 100644 --- a/mail/postfix1/files/patch-ej +++ b/mail/postfix1/files/patch-ej @@ -14,8 +14,8 @@ * SASL library. */ #ifdef USE_SASL_AUTH -! #include <sasl/sasl.h> -! #include <sasl/saslutil.h> +! #include <sasl1/sasl.h> +! #include <sasl1/saslutil.h> #endif /* diff --git a/mail/postfix1/files/patch-lmtp.h b/mail/postfix1/files/patch-lmtp.h index 3d941c0..86d5975 100644 --- a/mail/postfix1/files/patch-lmtp.h +++ b/mail/postfix1/files/patch-lmtp.h @@ -6,8 +6,8 @@ #ifdef USE_SASL_AUTH -#include <sasl.h> -#include <saslutil.h> -+#include <sasl/sasl.h> -+#include <sasl/saslutil.h> ++#include <sasl1/sasl.h> ++#include <sasl1/saslutil.h> #endif /* |