On Sat, May 31, 2014 at 11:46:22PM -0400, Eric Radman wrote:
> To ensure that setting CFLAGS in mk.conf doesn't break this port I think
> the preprocessor directives should be set with CPPFLAGS:
> 
> --- Makefile.orig       Sat May 31 22:35:55 2014
> +++ Makefile    Sat May 31 23:12:32 2014
> @@ -3,7 +3,7 @@ MAN=            pop3d.8
>  CFLAGS+=       -Wall -Wstrict-prototypes -Wmissing-prototypes
>  CFLAGS+=       -Wmissing-declarations -Wshadow -Wpointer-arith
>  CFLAGS+=       -Wcast-qual -Wsign-compare
> -CFLAGS+=       -DIO_SSL
> +CPPFLAGS+=     -DIO_SSL
>  DEBUG=         -g
>  SRCS=          pop3d.c pop3e.c session.c maildrop.c maildir.c mbox.c util.c
>  SRCS+=         imsgev.c iobuf.c ioev.c
> 

Sounds reasonable enough to me. Commit coming soon.

-- 
James Turner

Reply via email to