773daa81c8
* rfc2045/rfc2045reply.c (mkreply): Fix copying of the contents of the original message. * rfc2045/reformime.c (do_print_info): rfc2231_udecodeDisposition() failure is not fatal. * rfc2045/reformime.c (get_suitable_filename): Ditto. * rfc2045/reformime.c (main2): Fixed segfault on some arches from an initial null given to strtok. * mailbot: add "feedback" and "replyfeedback" formats, generating RFC 5965-formatted feedback report. -a option attaches the entire original message, instead of only its headers, for "replydsn", "feedback", and "replyfeedback" formats. Ok giovanni@
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
$OpenBSD: patch-maildrop_Makefile_in,v 1.4 2012/09/04 11:33:35 gonzalo Exp $
|
|
--- maildrop/Makefile.in.orig Sat Dec 3 18:26:44 2011
|
|
+++ maildrop/Makefile.in Mon Sep 3 14:44:36 2012
|
|
@@ -145,7 +145,7 @@ AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
CC = @CC@
|
|
CCDEPMODE = @CCDEPMODE@
|
|
-CFLAGS = @CFLAGS@
|
|
+CFLAGS = @CFLAGS@ -I/usr/local/include
|
|
COURIERAUTHCONFIG = @COURIERAUTHCONFIG@
|
|
CPP = @CPP@
|
|
CPPFLAGS = @CPPFLAGS@
|