diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-07-02 10:03:36 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-07-02 10:03:36 +0000 |
commit | d77249ca379c60fba5d6ca1abf94c54d0075641d (patch) | |
tree | ede65ce65b5cf9b9976a62b438475f867f2ca336 /net/ctorrent/files/patch-configure | |
parent | Still BROKEN with perl 5.8.4 (diff) |
- fix OpenSSL handling
- add SIZE
- fix a minor configure warning
PR: 64389
Submitted by: marius
Reminded by: marius
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=112769
Diffstat (limited to 'net/ctorrent/files/patch-configure')
-rw-r--r-- | net/ctorrent/files/patch-configure | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/net/ctorrent/files/patch-configure b/net/ctorrent/files/patch-configure new file mode 100644 index 000000000000..73f560f840c1 --- /dev/null +++ b/net/ctorrent/files/patch-configure @@ -0,0 +1,41 @@ +--- configure.orig Sun Feb 1 07:15:43 2004 ++++ configure Fri Feb 13 03:04:21 2004 +@@ -2851,7 +2851,7 @@ + int + main () + { +-SHA1_Init (); ++XXXSHA1_Init (); + ; + return 0; + } +@@ -2915,7 +2915,7 @@ + int + main () + { +-SHA1_Init (); ++XXXSHA1_Init (); + ; + return 0; + } +@@ -3814,13 +3814,13 @@ + echo "${ECHO_T}$ac_cv_header_openssl_sha_h" >&6 + + fi +-if test $ac_cv_header_openssl_sha_h = yes; then +- : +-else +- { { echo "$as_me:$LINENO: error: Error, OpenSSL header file sha.h not found." >&5 +-echo "$as_me: error: Error, OpenSSL header file sha.h not found." >&2;} +- { (exit 1); exit 1; }; } +-fi ++#if test $ac_cv_header_openssl_sha_h = yes; then ++# : ++#else ++# { { echo "$as_me:$LINENO: error: Error, OpenSSL header file sha.h not found." >&5 ++#echo "$as_me: error: Error, OpenSSL header file sha.h not found." >&2;} ++# { (exit 1); exit 1; }; } ++#fi + + + |