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-ej | |
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-ej')
-rw-r--r-- | mail/postfix-current/files/patch-ej | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/postfix-current/files/patch-ej b/mail/postfix-current/files/patch-ej new file mode 100644 index 000000000000..a118090e5548 --- /dev/null +++ b/mail/postfix-current/files/patch-ej @@ -0,0 +1,21 @@ +*** ./smtp/smtp.h.orig Thu Sep 14 13:04:43 2000 +--- ./smtp/smtp.h Thu Sep 14 13:04:53 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 + + /* |