diff options
Diffstat (limited to 'mail/fdm/patches/patch-Makefile.am')
-rw-r--r-- | mail/fdm/patches/patch-Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/fdm/patches/patch-Makefile.am b/mail/fdm/patches/patch-Makefile.am new file mode 100644 index 00000000000..9ae0ba8dc3b --- /dev/null +++ b/mail/fdm/patches/patch-Makefile.am @@ -0,0 +1,13 @@ +$NetBSD: patch-Makefile.am,v 1.1 2015/11/06 20:34:00 joerg Exp $ + +--- Makefile.am.orig 2015-11-06 14:11:58.000000000 +0000 ++++ Makefile.am +@@ -109,6 +109,8 @@ dist_fdm_SOURCES = \ + parse.y \ + lex.c + ++lex.o: parse.c ++ + nodist_fdm_SOURCES = + if NO_STRLCAT + nodist_fdm_SOURCES += compat/strlcat.c |