diff options
author | ache <ache@FreeBSD.org> | 2002-06-05 22:28:50 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-06-05 22:28:50 +0800 |
commit | 554e0a72998fb91c56c6656cbdee6e2cf0354a69 (patch) | |
tree | 36a3161f5b65adc4b02edf86177aa160b07e93fe /www/lynx-current/files | |
parent | d1c175e1559f73ed59fd0575028b858b18ca9ae1 (diff) | |
download | freebsd-ports-gnome-554e0a72998fb91c56c6656cbdee6e2cf0354a69.tar.gz freebsd-ports-gnome-554e0a72998fb91c56c6656cbdee6e2cf0354a69.tar.zst freebsd-ports-gnome-554e0a72998fb91c56c6656cbdee6e2cf0354a69.zip |
Upgrade to 2.8.5.dev.8
Diffstat (limited to 'www/lynx-current/files')
-rw-r--r-- | www/lynx-current/files/patch-ab | 11 |
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" |