diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-05 22:49:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-05 22:49:24 +0000 |
commit | 82d73438fec8b297d82544523bf7bc0d857b7110 (patch) | |
tree | c4158ef3d16ca41538e9034b3d431f184b435c23 /mail/gnubiff/files/patch-configure | |
parent | - Update postfix to 2.2.2 (diff) |
- Update to 2.1.2
PR: ports/79445
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=132598
Diffstat (limited to 'mail/gnubiff/files/patch-configure')
-rw-r--r-- | mail/gnubiff/files/patch-configure | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/gnubiff/files/patch-configure b/mail/gnubiff/files/patch-configure deleted file mode 100644 index efb1461648c2..000000000000 --- a/mail/gnubiff/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.bak Sun Mar 13 13:02:42 2005 -+++ configure Sun Mar 13 13:03:08 2005 -@@ -3830,7 +3830,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lssl $LIBS" -+LIBS="-lssl -lcrypto $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3886,7 +3886,7 @@ - #define HAVE_LIBSSL 1 - _ACEOF - -- LIBS="-lssl $LIBS" -+ LIBS="-lssl -lcrypto $LIBS" - - fi - -@@ -3968,7 +3968,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lssl $LIBS" -+LIBS="-lssl -lcrypto $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF |