diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 22:15:29 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 22:15:29 +0000 |
commit | 8e06787fe4287a2ed511c3931d3ab853a1f51fb1 (patch) | |
tree | 88e1db237875114804a541e366214b94cb79d337 /mail/gmime/files | |
parent | 82c73b8b76d46ef9151cffec9114ca0204fb0364 (diff) |
Notes
Diffstat (limited to 'mail/gmime/files')
-rw-r--r-- | mail/gmime/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/gmime/files/patch-Makefile.in b/mail/gmime/files/patch-Makefile.in new file mode 100644 index 000000000000..e10783c9591d --- /dev/null +++ b/mail/gmime/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Apr 7 23:28:52 2001 ++++ Makefile.in Sat Apr 7 23:28:23 2001 +@@ -92,7 +92,7 @@ + glib_cflags = @glib_cflags@ + glib_libs = @glib_libs@ + +-SUBDIRS = . tests doc ++SUBDIRS = . tests + + INCLUDES = -I@srcdir@ $(VERSION_FLAGS) @GLIB_CFLAGS@ -DG_LOG_DOMAIN=\"gmime\" + |