File lynx-2.8.5.dif of Package lynx

---
 WWW/Library/Implementation/HTAccess.c |    3 +++
 lynx.cfg                              |    4 ++--
 makefile.in                           |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

Index: lynx2-8-8/WWW/Library/Implementation/HTAccess.c
===================================================================
--- lynx2-8-8.orig/WWW/Library/Implementation/HTAccess.c	2014-02-22 20:28:32.000000000 +0000
+++ lynx2-8-8/WWW/Library/Implementation/HTAccess.c	2014-02-22 20:28:45.000000000 +0000
@@ -513,6 +513,9 @@ static int get_physical(const char *addr
 	else
 	    sprintf(gateway_parameter, "%s_proxy", acc_method);
 	proxy = LYGetEnv(gateway_parameter);
+	if (proxy)
+	    if (*proxy == '\0')
+		proxy = NULL;
 	FREE(gateway_parameter);
 
 	if (gateway)
Index: lynx2-8-8/lynx.cfg
===================================================================
--- lynx2-8-8.orig/lynx.cfg	2014-02-22 20:28:32.000000000 +0000
+++ lynx2-8-8/lynx.cfg	2014-02-22 20:30:15.000000000 +0000
@@ -90,7 +90,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:
@@ -114,7 +114,7 @@ STARTFILE:http://lynx.isc.org/
 # This definition will be overridden if the "LYNX_HELPFILE" environment
 # variable has been set.
 #
-HELPFILE:http://lynx.isc.org/release/breakout/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
 
Index: lynx2-8-8/makefile.in
===================================================================
--- lynx2-8-8.orig/makefile.in	2014-02-22 20:28:32.000000000 +0000
+++ lynx2-8-8/makefile.in	2014-02-22 20:28:45.000000000 +0000
@@ -14,7 +14,7 @@ builddir	= .
 VPATH		= $(srcdir)
 
 CC		= @CC@
-CFLAGS		= @CFLAGS@
+CFLAGS		= @CFLAGS@ $(EXTRAA)
 DEFS		= @DEFS@
 CPPFLAGS	= @CPPFLAGS@
 LINT		= @LINT@
openSUSE Build Service is sponsored by