openbsd-ports/mail/nmh/patches/patch-configure
pascal e5c5cfe08a Update to nmh 1.5.
- no need for gmake
- enable TLS
- enable readline support in whatnow(1) using libedit
- add an upstream patch to fix MIME decoding on 64bit BE archs
- install the new "replyfilter" script as an aid when using repl(1) to reply to
  MIME messages, and add the appropriate RUN_DEPENDS (using lynx instead of w3m)

tested by myself, william@, bentley@

ok william@ (maintainer) bentley@ sthen@
2012-06-18 16:03:00 +00:00

22 lines
698 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2012/06/18 16:03:00 pascal Exp $
--- configure.orig Mon Jun 11 13:46:28 2012
+++ configure Mon Jun 11 14:03:30 2012
@@ -7122,7 +7122,6 @@ fi
if test x"$with_readline" = xyes -o x"$with_readline" = xmaybe; then
save_LIBS="$LIBS"
- LIBS=
{ echo "$as_me:$LINENO: checking for library containing readline" >&5
echo $ECHO_N "checking for library containing readline... $ECHO_C" >&6; }
if test "${ac_cv_search_readline+set}" = set; then
@@ -7151,7 +7150,8 @@ return readline ();
return 0;
}
_ACEOF
-for ac_lib in '' readline editline; do
+
+for ac_lib in '' edit readline editline; do
if test -z "$ac_lib"; then
ac_res="none required"
else