diff options
Diffstat (limited to 'net-p2p/ctorrent/files/patch-configure')
-rw-r--r-- | net-p2p/ctorrent/files/patch-configure | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/net-p2p/ctorrent/files/patch-configure b/net-p2p/ctorrent/files/patch-configure new file mode 100644 index 000000000000..73f560f840c1 --- /dev/null +++ b/net-p2p/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 + + + |