mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
e401371e9b
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.
22 lines
375 B
Plaintext
22 lines
375 B
Plaintext
*** ./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
|
|
|
|
/*
|