diff options
Diffstat (limited to 'www/lynx/patches.v6/patch-av')
-rw-r--r-- | www/lynx/patches.v6/patch-av | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/lynx/patches.v6/patch-av b/www/lynx/patches.v6/patch-av new file mode 100644 index 00000000000..0e0f0aea312 --- /dev/null +++ b/www/lynx/patches.v6/patch-av @@ -0,0 +1,17 @@ +$NetBSD: patch-av,v 1.1 2000/01/15 17:44:25 hubertf Exp $ + +Place(s) where this was (most probably...) in before: + +diff -x *.orig -urN ./aclocal.m4 /usr/pkgsrc/www/lynx/work.unpatched/lynx2-8-2/aclocal.m4 +--- ./aclocal.m4 Sat May 8 19:46:28 1999 ++++ /usr/pkgsrc/www/lynx/work.unpatched/lynx2-8-2/aclocal.m4 Sat Jan 15 07:57:16 2000 +@@ -1208,7 +1208,8 @@ + dnl --------------------------------------------------------------------------- + dnl Insert text into the help-message, for readability, from AC_ARG_WITH. + AC_DEFUN([CF_HELP_MESSAGE], +-[AC_DIVERT_HELP([$1])dnl ++[echo $i ++dnl AC_DIVERT_HELP([$1])dnl + ])dnl + dnl --------------------------------------------------------------------------- + dnl For Lynx, check if the libraries we have found give us inet_aton, or |