diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-14 01:29:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-14 01:29:12 +0000 |
commit | 6c391f1c41cd877b9f25364eca7fce76188dee6e (patch) | |
tree | 69312f4d7dbbd6d16d07c988ea88815e542bc10e /mail/ssmtp/files/patch-configure | |
parent | new port: net/hinfo, look up host info for anti-spam use (diff) |
update of mail/ssmtp to 2.50.9
update of mail/ssmtp to 2.60.3
PR: ports/40344
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail/ssmtp/files/patch-configure')
-rw-r--r-- | mail/ssmtp/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ssmtp/files/patch-configure b/mail/ssmtp/files/patch-configure new file mode 100644 index 000000000000..6d5fde1af078 --- /dev/null +++ b/mail/ssmtp/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Sep 27 14:47:52 2002 ++++ configure Mon Apr 7 01:03:46 2003 +@@ -1340,7 +1340,7 @@ + #define HAVE_SSL 1 + EOF + +- LIBS="$LIBS -lssl" ++ LIBS="$LIBS -lssl -lcrypto" + fi + enableval="" + |