summaryrefslogtreecommitdiffstats
path: root/www/lynx-ssl/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-10 08:17:54 +0000
committersteve <steve@FreeBSD.org>1999-06-10 08:17:54 +0000
commit7b8c62a892592af86e12778ba20e45ac9032732c (patch)
treee42ebcd07ca748ad47ced5306b794205b60a1e58 /www/lynx-ssl/files
parent901e1d4e36e396f86f3ea5b7dc9f3dac6c194f8d (diff)
downloadFreeBSD-ports-7b8c62a892592af86e12778ba20e45ac9032732c.zip
FreeBSD-ports-7b8c62a892592af86e12778ba20e45ac9032732c.tar.gz
Update to version 2.8.2.1.
PR: 12103 Submitted by: maintainer
Diffstat (limited to 'www/lynx-ssl/files')
-rw-r--r--www/lynx-ssl/files/patch-aa41
1 files changed, 22 insertions, 19 deletions
diff --git a/www/lynx-ssl/files/patch-aa b/www/lynx-ssl/files/patch-aa
index d1df176..62af89d 100644
--- a/www/lynx-ssl/files/patch-aa
+++ b/www/lynx-ssl/files/patch-aa
@@ -1,19 +1,22 @@
-*** makefile.in.bak Sun Dec 14 02:30:40 1997
---- makefile.in Mon Dec 15 17:48:54 1997
-***************
-*** 37,43 ****
- libdir= @libdir@
-
- ## Where you want the help-files installed
-! helpdir= @libdir@/lynx_help
-
- installbin= @INSTALL_PROGRAM@ -s -m 755
- installdoc= @INSTALL_DATA@
---- 37,43 ----
- libdir= @libdir@
-
- ## Where you want the help-files installed
-! helpdir= $(prefix)/lib/lynx_help
-
- installbin= @INSTALL_PROGRAM@ -s -m 755
- installdoc= @INSTALL_DATA@
+--- makefile.in.orig Wed Jun 9 23:24:37 1999
++++ makefile.in Wed Jun 9 23:26:39 1999
+@@ -54,7 +54,7 @@
+ DOCDIR= $(DESTDIR)$(docdir)
+
+ ## Where you want the help-files installed
+-helpdir= @libdir@/lynx_help
++helpdir= $(prefix)/lib/lynx_help
+ HELPDIR= $(DESTDIR)$(helpdir)
+
+ ##set the relative location of the WWW library Implementation directory,
+@@ -83,8 +83,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= /usr/local
++SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto ${EXTRA_SSL_LIBS}
+ SSL_DEFINES= -I$(SSL_DIR)/include -DUSE_SSL
+
+ # !!!!!!!!!!! SUN resolv LIBRARY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
OpenPOWER on IntegriCloud