diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-05 20:30:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-05 20:30:19 +0000 |
commit | a29c36e727edeca891075d394569fb0fc48d80f3 (patch) | |
tree | 6740bbe61f21c93b7ef06e1a61b6a35a2ec882fb /mail/mutt/files/patch-configure.in | |
parent | add chitex (diff) |
Update this to build with proper dependancies again.
When I added the folder compression patch, I didn't realize we now needed
automake & autoconf. Bringing those two in, now makes gmake required. :-(
Also we can't patch `configure' as before, now we must patch `configure.in'
and `aclocal.m4'.
Notes
Notes:
svn path=/head/; revision=51090
Diffstat (limited to 'mail/mutt/files/patch-configure.in')
-rw-r--r-- | mail/mutt/files/patch-configure.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/mutt/files/patch-configure.in b/mail/mutt/files/patch-configure.in new file mode 100644 index 000000000000..c26517da78ac --- /dev/null +++ b/mail/mutt/files/patch-configure.in @@ -0,0 +1,9 @@ +--- configure.in.orig Fri Jul 28 11:50:24 2000 ++++ configure.in Wed Dec 5 12:18:13 2001 +@@ -610,4 +615,6 @@ + AC_SUBST(MUTTLOCALEDIR) + AC_DEFINE_UNQUOTED(MUTTLOCALEDIR, "$MUTTLOCALEDIR") ++ ++MUTTLIBS="$MUTTLIBS -lxpg4" + + AC_OUTPUT(Makefile intl/Makefile m4/Makefile dnl |