summaryrefslogtreecommitdiff
path: root/www/lynx-ssl/files/patch-aa
blob: 36e2b17d93f7d12ba3f966765950588a572172b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- 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= @libdir@/../share/lynx_help
 HELPDIR= $(DESTDIR)$(helpdir)
 
 ##set the relative location of the WWW library Implementation directory,
@@ -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.
-SSL_DIR= /usr/local/ssl
-SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto
+SSL_DIR= $(OPENSSLBASE)
+SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto ${EXTRA_SSL_LIBS}
 SSL_DEFINES= -DUSE_SSL -I$(SSL_DIR)/include/openssl -I$(SSL_DIR)/include
 
 # !!!!!!!!!!! SUN resolv LIBRARY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!