diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-04-25 22:13:54 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-04-25 22:13:54 +0000 |
commit | d752fe89ba11cb5708d90511074ffdff4da393f0 (patch) | |
tree | 0c721f1669118c8fcccedce223037dbd12d3415e /www/resin3/files | |
parent | 6cace676b309bc7a7bfad1cfa780b73871d093d1 (diff) | |
download | ports-d752fe89ba11cb5708d90511074ffdff4da393f0.tar.gz ports-d752fe89ba11cb5708d90511074ffdff4da393f0.zip |
Notes
Diffstat (limited to 'www/resin3/files')
-rw-r--r-- | www/resin3/files/patch-configure | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/www/resin3/files/patch-configure b/www/resin3/files/patch-configure index 67ad30e33399..266d490f8a4c 100644 --- a/www/resin3/files/patch-configure +++ b/www/resin3/files/patch-configure @@ -1,8 +1,6 @@ -$FreeBSD$ - ---- configure.orig Tue Oct 12 18:34:32 2004 -+++ configure Tue Oct 12 18:34:48 2004 -@@ -8487,20 +8487,6 @@ +--- configure.orig Wed Jan 12 00:00:26 2005 ++++ configure Mon Apr 25 11:21:46 2005 +@@ -8669,20 +8669,6 @@ # Using Perl if it's available. # PERL=`which perl` @@ -23,3 +21,23 @@ $FreeBSD$ #if test -z "${LD_SHLIB}"; then # AC_MSG_ERROR([Can't determine compilation flags.]); +@@ -8947,8 +8933,8 @@ + + if test -z "${OPENSSL_LIB}"; then + foo=bar +-elif test -r "${OPENSSL_LIB}/libcrypt.so"; then +- SSL_LIBS="${SSL_LIBS} -lcrypt" ++elif test -r "${OPENSSL_LIB}/libcrypto.so"; then ++ SSL_LIBS="${SSL_LIBS} -lcrypto" + elif test -r "${OPENSSL_LIB}/libcrypt.dylib"; then + SSL_LIBS="${SSL_LIBS} -lcrypt" + elif test -r "${OPENSSL_LIB}/libcrypt.a"; then +@@ -8983,7 +8969,7 @@ + foo=bar + elif test -z "${OPENSSL_LIB}"; then + foo=bar +-elif test ! -r "${OPENSSL_LIB}/libcrypt.so" -a \ ++elif test ! -r "${OPENSSL_LIB}/libcrypto.so" -a \ + ! -r "${OPENSSL_LIB}/libcrypt.dylib" -a \ + ! -r "${OPENSSL_LIB}/libcrypt.a" ; then + { { echo "$as_me:$LINENO: error: Can't find valid OpenSSL library in ${OPENSSL_LIB}" >&5 |