diff options
Diffstat (limited to 'mail/gmime24/files/patch-Makefile.in')
-rw-r--r-- | mail/gmime24/files/patch-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/gmime24/files/patch-Makefile.in b/mail/gmime24/files/patch-Makefile.in new file mode 100644 index 000000000000..4d516817313e --- /dev/null +++ b/mail/gmime24/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.in.orig ++++ Makefile.in +@@ -231,7 +231,7 @@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = util gmime src $(am__append_1) tests docs $(am__append_2) \ ++SUBDIRS = util gmime $(am__append_1) tests docs $(am__append_2) \ + tools . + DISTCLEANFILES = iconv-detect.h + EXTRA_DIST = \ |