diff options
author | jdc <jdc@pkgsrc.org> | 2004-03-07 15:05:38 +0000 |
---|---|---|
committer | jdc <jdc@pkgsrc.org> | 2004-03-07 15:05:38 +0000 |
commit | e759660a7670a278454eb8f4ee883fc066b5ce13 (patch) | |
tree | a7f60bb5a87d24be3fe9d565f7bc8ef266421d08 /www/lynx | |
parent | 44154144a5b103326b080dd88bb0f9c098fee697 (diff) | |
download | pkgsrc-e759660a7670a278454eb8f4ee883fc066b5ce13.tar.gz |
Allow this to use curses' use_default_color().
Diffstat (limited to 'www/lynx')
-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 |