diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 16:16:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 16:16:19 +0000 |
commit | 4a732520f3977f97112efe9027a1ca32428e64e7 (patch) | |
tree | b3eb1c18e3776294c626ac9840c4ea9e475b358f /mail/noattach/files/patch-Makefile.in | |
parent | Update to 1.06 (Based on SQLite 3.0.7). (diff) |
- force milter dir as first include path
- fix build with sendmail 8.13 mfapi.h
- switch default to sendmail 8.13
Notes
Notes:
svn path=/head/; revision=119059
Diffstat (limited to 'mail/noattach/files/patch-Makefile.in')
-rw-r--r-- | mail/noattach/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/noattach/files/patch-Makefile.in b/mail/noattach/files/patch-Makefile.in new file mode 100644 index 000000000000..fb2a756dd7a1 --- /dev/null +++ b/mail/noattach/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Aug 21 15:56:27 2003 ++++ Makefile.in Tue Oct 12 17:14:38 2004 +@@ -122,7 +122,7 @@ + noattach_LDFLAGS = + + DEFS = @DEFS@ +-DEFAULT_INCLUDES = -I. -I$(srcdir) -I. ++DEFAULT_INCLUDES = $(MILTER_INCLUDES) -I. -I$(srcdir) -I. + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ |