diff options
Diffstat (limited to 'mail/postfix24/files')
-rw-r--r-- | mail/postfix24/files/patch-ei | 4 | ||||
-rw-r--r-- | mail/postfix24/files/patch-ej | 4 | ||||
-rw-r--r-- | mail/postfix24/files/patch-lmtp.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix24/files/patch-ei b/mail/postfix24/files/patch-ei index 3029372b746e..8f03b69ccc52 100644 --- a/mail/postfix24/files/patch-ei +++ b/mail/postfix24/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/postfix24/files/patch-ej b/mail/postfix24/files/patch-ej index 6c5cf2e23758..329d7bb1cf96 100644 --- a/mail/postfix24/files/patch-ej +++ b/mail/postfix24/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/postfix24/files/patch-lmtp.h b/mail/postfix24/files/patch-lmtp.h index 3d941c034198..86d5975b2b4d 100644 --- a/mail/postfix24/files/patch-lmtp.h +++ b/mail/postfix24/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 /* |