diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-10-29 17:41:59 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-10-29 17:41:59 +0000 |
commit | 9c5d43013fc7d4bf5e8428cadbe40dcdd02e79ef (patch) | |
tree | 721dcc7894397dd30b2da9643d053e97a4fe4e30 /mail/mutt-devel/files/extra-patch-inews | |
parent | Use ${ARCH}-pc-freebsdX as CONFIGURE_TARGET instead of ${ARCH}-freebsdX. I (diff) |
Add news posting support
PR: 31585
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | mail/mutt-devel/files/extra-patch-inews | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/extra-patch-inews b/mail/mutt-devel/files/extra-patch-inews new file mode 100644 index 000000000000..512388f813f5 --- /dev/null +++ b/mail/mutt-devel/files/extra-patch-inews @@ -0,0 +1,11 @@ +--- configure.in.orig2 Mon Oct 29 10:12:28 2001 ++++ configure.in Mon Oct 29 10:16:16 2001 +@@ -456,7 +456,7 @@ + AC_ARG_ENABLE(nntp, [ --enable-nntp Enable NNTP support], + [ if test x$enableval = xyes ; then + AC_DEFINE(USE_NNTP) +- AC_PATH_PROG(INEWS, inews, no, $PATH:/usr/sbin:/usr/lib) ++ AC_PATH_PROG(INEWS, nn-inews, no, $PATH:/usr/sbin:/usr/lib) + AC_DEFINE_UNQUOTED(INEWS, "$ac_cv_path_INEWS -hS") + MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS nntp.o newsrc.o" + need_socket="yes" |