diff options
author | jdc <jdc> | 2004-03-07 15:05:38 +0000 |
---|---|---|
committer | jdc <jdc> | 2004-03-07 15:05:38 +0000 |
commit | e1ee6c3992566e24a7660054b97c809281a23cfe (patch) | |
tree | a7f60bb5a87d24be3fe9d565f7bc8ef266421d08 /www/lynx | |
parent | 3e76c71d8865a48c628e6fd5bd4e8c42fa2fee80 (diff) | |
download | pkgsrc-e1ee6c3992566e24a7660054b97c809281a23cfe.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 |