diff options
Diffstat (limited to 'www/lynx/patches')
-rw-r--r-- | www/lynx/patches/patch-aa | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/www/lynx/patches/patch-aa b/www/lynx/patches/patch-aa index bbae760a711..4dcae14e3e5 100644 --- a/www/lynx/patches/patch-aa +++ b/www/lynx/patches/patch-aa @@ -1,13 +1,12 @@ -$NetBSD: patch-aa,v 1.5 2004/03/03 14:01:00 adam Exp $ - --- configure.orig 2004-02-04 12:07:09.000000000 +0000 -+++ configure -@@ -4851,7 +4851,7 @@ no|yes) #(vi - fi - ;; ++++ configure 2004-03-05 11:45:35.000000000 +0000 +@@ -4853,3 +4853,3 @@ esac -LIBS="$LIBS -lsocks" +LIBS="$LIBS -lsocks4" cat >> confdefs.h <<\EOF - #define SOCKS 1 - EOF +@@ -12836,3 +12836,3 @@ + case $cf_cv_screen in +-slang|ncurses*) ++curses|slang|ncurses*) + use_dft_colors=maybe |