diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-06 15:48:10 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-06 15:48:10 +0000 |
commit | 16f901b8667d6470f6257d34d0fab6083f4ff291 (patch) | |
tree | e575c10c98a4fa0d5c88c329c8bccc79af7961f1 /mail/libnewmail/files | |
parent | Fix typo in message. (diff) |
bento fix, add dependency
PR: 54145
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'mail/libnewmail/files')
-rw-r--r-- | mail/libnewmail/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/libnewmail/files/patch-configure b/mail/libnewmail/files/patch-configure new file mode 100644 index 000000000000..84fc56654f04 --- /dev/null +++ b/mail/libnewmail/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sun Jul 6 11:12:57 2003 ++++ configure Sun Jul 6 11:13:10 2003 +@@ -7844,6 +7844,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |