aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix26/files/patch-ej
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-04 19:35:00 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-04 19:35:00 +0000
commit35ea9ae15cfc960c934565f6c4dcc0c176c1425b (patch)
tree8f99846af470cbd6f223a9719ff5de84a3600fae /mail/postfix26/files/patch-ej
parent5f0b815b1e018b3e1b7efcd0216af4a13f8f4847 (diff)
downloadports-35ea9ae15cfc960c934565f6c4dcc0c176c1425b.tar.gz
ports-35ea9ae15cfc960c934565f6c4dcc0c176c1425b.zip
Notes
Diffstat (limited to 'mail/postfix26/files/patch-ej')
-rw-r--r--mail/postfix26/files/patch-ej21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/postfix26/files/patch-ej b/mail/postfix26/files/patch-ej
new file mode 100644
index 000000000000..6c5cf2e23758
--- /dev/null
+++ b/mail/postfix26/files/patch-ej
@@ -0,0 +1,21 @@
+*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000
+--- ./src/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
+
+ /*