summaryrefslogtreecommitdiff
path: root/www/lynx-current/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-06-05 14:28:50 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-06-05 14:28:50 +0000
commit42359cd4897a8deeb6997b683d7550700094c935 (patch)
tree8156c84b3a98788ae7e4610d5f37114ca6f071d7 /www/lynx-current/files
parentFix a format string vulnerability. (diff)
Upgrade to 2.8.5.dev.8
Notes
Notes: svn path=/head/; revision=60648
Diffstat (limited to 'www/lynx-current/files')
-rw-r--r--www/lynx-current/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/lynx-current/files/patch-ab b/www/lynx-current/files/patch-ab
new file mode 100644
index 000000000000..0de31e29968a
--- /dev/null
+++ b/www/lynx-current/files/patch-ab
@@ -0,0 +1,11 @@
+--- configure.bak Tue May 28 23:41:42 2002
++++ configure Wed Jun 5 17:03:30 2002
+@@ -5483,7 +5483,7 @@
+ *)
+ if test -d $cf_cv_use_libssl ; then
+ if test -d $cf_cv_use_libssl/include ; then
+- CPPFLAGS="$CPPFLAGS -I$cf_cv_use_libssl/include"
++# CPPFLAGS="$CPPFLAGS -I$cf_cv_use_libssl/include"
+ cf_ssl_library="-L$cf_cv_use_libssl/lib $cf_ssl_library"
+ else
+ cf_ssl_library="-L$cf_cv_use_libssl $cf_ssl_library"