diff options
Diffstat (limited to 'mail/fetchmail/files/patch-configure')
-rw-r--r-- | mail/fetchmail/files/patch-configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure index 02ee025e221f..7e8ec4c3616b 100644 --- a/mail/fetchmail/files/patch-configure +++ b/mail/fetchmail/files/patch-configure @@ -1,14 +1,14 @@ $FreeBSD$ ---- configure.orig Sun Mar 18 06:26:42 2001 -+++ configure Tue Mar 27 11:21:57 2001 -@@ -6240,7 +6240,7 @@ +--- configure.orig Fri Oct 18 21:56:01 2002 ++++ configure Mon Oct 21 11:56:31 2002 +@@ -13050,7 +13050,7 @@ CEFLAGS="$CEFLAGS -I$with_ssl/include" fi LDEFLAGS="$LDEFLAGS -L$with_ssl/lib" - LIBS="$LIBS -lssl -lcrypto" + LIBS="$LIBS -lssl -lcrypto $RSAGLUE" - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define SSL_ENABLE 1 - EOF + _ACEOF |