diff options
Diffstat (limited to 'www/lynx/patches/patch-aa')
-rw-r--r-- | www/lynx/patches/patch-aa | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/www/lynx/patches/patch-aa b/www/lynx/patches/patch-aa index a667dc72327..0eddb5318fa 100644 --- a/www/lynx/patches/patch-aa +++ b/www/lynx/patches/patch-aa @@ -1,14 +1,13 @@ -$NetBSD: patch-aa,v 1.7 2004/03/11 20:53:17 ben Exp $ +$NetBSD: patch-aa,v 1.8 2007/03/10 09:14:09 wiz Exp $ ---- configure.orig 2004-02-04 12:07:09.000000000 +0000 -+++ configure 2004-03-05 11:45:35.000000000 +0000 -@@ -4853,3 +4853,3 @@ - esac --LIBS="$LIBS -lsocks" -+LIBS="$LIBS -lsocks4" - cat >> confdefs.h <<\EOF -@@ -12836,3 +12836,3 @@ - case $cf_cv_screen in --slang|ncurses*) -+curses|slang|ncurses*) - use_dft_colors=maybe +--- makefile.in.orig 2006-09-03 23:25:39.000000000 +0000 ++++ makefile.in +@@ -56,7 +56,7 @@ mandir= @mandir@/man1 + MANDIR= $(DESTDIR)$(mandir) + + ## Where you want the lynx.cfg file installed +-sysconfdir= @sysconfdir@ ++sysconfdir= @prefix@/share/examples/lynx + SYSCONFDIR= $(DESTDIR)$(sysconfdir) + + ## Where you want the doc-files installed |