File lynx-2.8.5.dif of Package lynx
--- lynx2-8-5/WWW/Library/Implementation/HTAccess.c.orig 2004-01-08 03:03:09.000000000 +0100
+++ lynx2-8-5/WWW/Library/Implementation/HTAccess.c 2004-03-04 12:29:49.000000000 +0100
@@ -503,6 +503,9 @@
else
sprintf(gateway_parameter, "%s_proxy", acc_method);
proxy = LYGetEnv(gateway_parameter);
+ if (proxy)
+ if (*proxy == '\0')
+ proxy = NULL;
FREE(gateway_parameter);
if (gateway)
--- lynx2-8-5/lynx.cfg.orig 2004-01-28 20:30:38.000000000 +0100
+++ lynx2-8-5/lynx.cfg 2004-03-04 12:32:42.000000000 +0100
@@ -92,7 +92,7 @@
#
# Normally we expect you will connect to a remote site, e.g., the Lynx starting
# site:
-STARTFILE:http://lynx.isc.org/
+STARTFILE:file://localhost/usr/share/doc/packages/lynx/lynx_help/lynx_help_main.html
#
# As an alternative, you may want to use a local URL. A good choice for this is
# the user's home directory:
@@ -115,9 +115,9 @@
# http://www.subir.com/lynx/lynx_help/lynx_help_main.html
# This should be changed to the local path.
#
-HELPFILE:http://www.subir.com/lynx/lynx_help/lynx_help_main.html
+HELPFILE:file://localhost/usr/share/doc/packages/lynx/lynx_help/lynx_help_main.html
.ex
-#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
+#HELPFILE:http://www.subir.com/lynx/lynx_help/lynx_help_main.html
.h2 DEFAULT_INDEX_FILE
--- lynx2-8-5/makefile.in.orig 2004-02-04 13:07:09.000000000 +0100
+++ lynx2-8-5/makefile.in 2004-03-04 12:33:21.000000000 +0100
@@ -12,7 +12,7 @@
VPATH = $(srcdir)
CC = @CC@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ $(EXTRAA)
DEFS = @DEFS@
CPPFLAGS = @CPPFLAGS@
LINT = @LINT@