mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
- Remove BROKEN to 6.0 - Update patch files to use PATCH_STRIP=-p1 - Backport pkg-message from mail/postfix PR: ports/84781 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: portmgr (erwin)
13 lines
301 B
C
13 lines
301 B
C
--- postfix-1.1.13/src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001
|
|
+++ postfix-1.1.13/src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001
|
|
@@ -12,8 +12,8 @@
|
|
* SASL library.
|
|
*/
|
|
#ifdef USE_SASL_AUTH
|
|
-#include <sasl.h>
|
|
-#include <saslutil.h>
|
|
+#include <sasl1/sasl.h>
|
|
+#include <sasl1/saslutil.h>
|
|
#endif
|
|
|
|
/*
|