diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-09-14 23:26:02 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-09-14 23:26:02 +0000 |
commit | e401371e9bbda76fd210e16b18291e969ab9a968 (patch) | |
tree | 9ded1a270c2ece44d198b07ad1bec9b5201c4b65 /mail/postfix-current/files/patch-ei | |
parent | Do not install files/dirs group-writable (diff) |
sasl updates
Submitted by: MAINTAINER
also, change ${SH} to /bin/sh, the former probably doesn't work because
of some bsd.{pre,post}.port.mk thing, but I don't have time to diagnose it.
Notes
Notes:
svn path=/head/; revision=32622
Diffstat (limited to 'mail/postfix-current/files/patch-ei')
-rw-r--r-- | mail/postfix-current/files/patch-ei | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/postfix-current/files/patch-ei b/mail/postfix-current/files/patch-ei new file mode 100644 index 000000000000..f3a0cc82333e --- /dev/null +++ b/mail/postfix-current/files/patch-ei @@ -0,0 +1,21 @@ +*** ./smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000 +--- ./smtpd/smtpd.h Thu Sep 14 10:17:38 2000 +*************** +*** 12,19 **** + * SASL library. + */ + #ifdef USE_SASL_AUTH +! #include <sasl.h> +! #include <saslutil.h> + #endif + + /* +--- 12,19 ---- + * SASL library. + */ + #ifdef USE_SASL_AUTH +! #include <sasl/sasl.h> +! #include <sasl/saslutil.h> + #endif + + /* |