aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix/files/patch-ej
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-03-05 03:35:00 +0800
committersf <sf@FreeBSD.org>2001-03-05 03:35:00 +0800
commit58652be6de7e947edbbce47d207d1e312d8fe1f4 (patch)
tree02c65d10b369e37277c270f35998c6ee8d04aca1 /mail/postfix/files/patch-ej
parent205f29a6b6e45e1a31878eab7056515113ec3e82 (diff)
downloadfreebsd-ports-gnome-58652be6de7e947edbbce47d207d1e312d8fe1f4.tar.gz
freebsd-ports-gnome-58652be6de7e947edbbce47d207d1e312d8fe1f4.tar.zst
freebsd-ports-gnome-58652be6de7e947edbbce47d207d1e312d8fe1f4.zip
update to NON BETA release, 20010228.
PR: 25493 Submitted by: maintainer
Diffstat (limited to 'mail/postfix/files/patch-ej')
-rw-r--r--mail/postfix/files/patch-ej21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/postfix/files/patch-ej b/mail/postfix/files/patch-ej
new file mode 100644
index 000000000000..6c5cf2e23758
--- /dev/null
+++ b/mail/postfix/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
+
+ /*