1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/mail/mutt/files/patch-configure.in
David E. O'Brien a29c36e727 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'.
2001-12-05 20:30:19 +00:00

10 lines
270 B
Plaintext

--- 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