summaryrefslogtreecommitdiff
path: root/www/lynx-ssl/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/lynx-ssl/files/patch-aa')
-rw-r--r--www/lynx-ssl/files/patch-aa22
1 files changed, 16 insertions, 6 deletions
diff --git a/www/lynx-ssl/files/patch-aa b/www/lynx-ssl/files/patch-aa
index c7cfa0b60d08..36e2b17d93f7 100644
--- a/www/lynx-ssl/files/patch-aa
+++ b/www/lynx-ssl/files/patch-aa
@@ -1,15 +1,25 @@
---- makefile.in.orig Sat Jan 29 23:43:49 2000
-+++ makefile.in Sun Jan 30 00:04:17 2000
-@@ -54,7 +54,7 @@
+--- makefile.in.orig Thu Aug 3 18:35:17 2000
++++ makefile.in Fri Aug 4 03:45:59 2000
+@@ -48,15 +48,15 @@
+ MANDIR= $(DESTDIR)$(mandir)
+
+ ## Where you want the lynx.cfg file installed
+-libdir= @libdir@
++libdir= @libdir@
+ LIBDIR= $(DESTDIR)$(libdir)
+
+ ## Where you want the doc-files installed
+-docdir= @libdir@/lynx_doc
++docdir= @libdir@/../share/doc/lynx
DOCDIR= $(DESTDIR)$(docdir)
## Where you want the help-files installed
-helpdir= @libdir@/lynx_help
-+helpdir= $(prefix)/lib/lynx_help
++helpdir= @libdir@/../share/lynx_help
HELPDIR= $(DESTDIR)$(helpdir)
##set the relative location of the WWW library Implementation directory,
-@@ -83,8 +83,8 @@
+@@ -84,8 +84,8 @@
# about the SSL patch for Lynx, please see http://www.moxienet.com/lynx/.
# This page also contains links which enable you to test your copy of Lynx'
# ability to make SSL connections.
@@ -17,6 +27,6 @@
-SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto
+SSL_DIR= $(OPENSSLBASE)
+SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto ${EXTRA_SSL_LIBS}
- SSL_DEFINES= -I$(SSL_DIR)/include -DUSE_SSL
+ SSL_DEFINES= -DUSE_SSL -I$(SSL_DIR)/include/openssl -I$(SSL_DIR)/include
# !!!!!!!!!!! SUN resolv LIBRARY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!