Re: troubles with buildworld/sendmail/sasl/clang

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Thu, 21 Mar 2013 23:09:08 +0100
On Mar 21, 2013, at 15:16, Anton Shterenlikht <mexas_at_bristol.ac.uk> wrote:
>       Kimmo Paasiala writes:
...
>       >  > /usr/src/usr.sbin/sendmail/../../contrib/sendmail/src/usersmtp.c:1864:8:
>       >  > error: incompatible pointer types passing 'void ()' to parameter of type
>       >  > 'void (*)(char *, bool, MAILER *, struct mailer_con_info *, ENVELOPE *)'
>       >  > [-Werror,-Wincompatible-pointer-types]
>       >  >                                    getsasldata, NULL, XS_AUTH);
>       >  >                                    ^~~~~~~~~~~
...
> # cat /etc/make.conf
> SENDMAIL_CFLAGS+=   -I/usr/local/include -DSASL=2
> SENDMAIL_LDFLAGS+=  -L/usr/local/lib
> SENDMAIL_LDADD+=    -lsasl2

Use the port, or the attached patch, to disable usage of stdbool.h.

Received on Thu Mar 21 2013 - 21:09:15 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:36 UTC