lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Patch for 2.8.5pre.3


From: Doug Kaufman
Subject: lynx-dev Patch for 2.8.5pre.3
Date: Sat, 24 Jan 2004 23:24:11 -0800 (PST)

There is a formatting problem with the DJGPP section of INSTALLATION;
this should fix it. I also note that in my last patch I had the wrong
filename, so makefile.dos didn't patch correctly. Here is a redone patch
for that file also.
                           Doug

--- INSTALLATION.ori    2004-01-24 17:51:04.000000000 -0800
+++ INSTALLATION        2004-01-24 23:18:50.000000000 -0800
@@ -980,11 +980,11 @@
  # define memmove PDC_memmove
  #endif
 
-    If you wish to compile with SSL enabled, you need to get and
-    compile OpenSSL. The DJGPP port has been successfully compiled with
-    the 0.9.7 stable series of OpenSSL. DJGPP can compile OpenSSL from
-    the standard source distribution (http://www.openssl.org/). See the file 
"INSTALL.DJGPP" in
-    the OpenSSL distribution.
+    If you wish to compile with SSL enabled, you need to get and compile
+    OpenSSL. The DJGPP port has been successfully compiled with the
+    0.9.7 stable series of OpenSSL. DJGPP can compile OpenSSL from the
+    standard source distribution (http://www.openssl.org/). See the file
+    "INSTALL.DJGPP" in the OpenSSL distribution.
 
 
     If you have trouble applying the patches, try using the "patch" program,
--- src/makefile.dos.ori        2004-01-24 17:51:04.000000000 -0800
+++ src/makefile.dos    2004-01-24 23:04:28.000000000 -0800
@@ -21,8 +21,7 @@
  -DOK_OVERRIDE
 
 # Use this option to enable optional and *experimental* color style.
-#ENABLE_COLOR_STYLE = \
- -DUSE_COLOR_STYLE
+#ENABLE_COLOR_STYLE = -DUSE_COLOR_STYLE
 
 CC = gcc
 
@@ -48,7 +46,6 @@
  -DUSE_FILE_UPLOAD \
  -DUSE_PRETTYSRC \
  -DUSE_ZLIB \
- -DWATT32 \
  $(SSLFLAGS) \
  $(SSLINC) \
  -I./chrtrans \
@@ -67,7 +64,7 @@
 #INTLFLAGS = -DHAVE_GETTEXT -DHAVE_LIBINTL_H
 #INTLLIBS= -lintl -liconv
 
-# Uncomment the followint to enable SSL.
+# Uncomment the following to enable SSL.
 #SSLFLAGS = -DUSE_SSL
 #SSLLIB = -lssl -lcrypto
 #SSLINC = -I/djgpp/include/openssl

-- 
Doug Kaufman
Internet: address@hidden


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]