pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lynx/patches Allow this to use curses' use_default...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cf6c77286af
branches:  trunk
changeset: 470252:4cf6c77286af
user:      jdc <jdc%pkgsrc.org@localhost>
date:      Sun Mar 07 15:05:38 2004 +0000

description:
Allow this to use curses' use_default_color().

diffstat:

 www/lynx/patches/patch-aa |  15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diffs (24 lines):

diff -r 6bdbe2f6ea71 -r 4cf6c77286af www/lynx/patches/patch-aa
--- a/www/lynx/patches/patch-aa Sun Mar 07 14:41:32 2004 +0000
+++ b/www/lynx/patches/patch-aa Sun Mar 07 15:05:38 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index