summaryrefslogtreecommitdiff
path: root/mail/postfix-current/files/patch-ei
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-09-14 23:26:02 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-09-14 23:26:02 +0000
commite401371e9bbda76fd210e16b18291e969ab9a968 (patch)
tree9ded1a270c2ece44d198b07ad1bec9b5201c4b65 /mail/postfix-current/files/patch-ei
parentDo 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-ei21
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
+
+ /*