diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-22 11:10:17 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-22 11:10:17 +0000 |
commit | e4e4c748055c3e9ca2a3eb1b917e6feba67ec433 (patch) | |
tree | e1b610b1cf03b6ea2f790440bd7cccaabd6ae143 /mail/ssmtp/files/patch-configure | |
parent | sysutils/vector: Update to 0.10.0 (diff) |
Clean up patches
- Clean up REINPLACE_CMDs, use patches if possible
- Set OPENSSL_LIBS instead of OPENSSL_LDFLAGS in order to remove one
patch for the configure script
- Patch ssmtp.8 to refer to the proper path for sendmail
- Remove a patch adding strndup for FreeBSD 7.
Diffstat (limited to 'mail/ssmtp/files/patch-configure')
-rw-r--r-- | mail/ssmtp/files/patch-configure | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/mail/ssmtp/files/patch-configure b/mail/ssmtp/files/patch-configure index ef3481f96d2d..18512823b398 100644 --- a/mail/ssmtp/files/patch-configure +++ b/mail/ssmtp/files/patch-configure @@ -1,17 +1,6 @@ ---- configure.orig Fri Sep 27 14:47:52 2002 -+++ configure Wed Oct 1 16:42:07 2003 -@@ -1340,7 +1340,7 @@ - #define HAVE_SSL 1 - EOF - -- LIBS="$LIBS -lssl" -+ LIBS="$LIBS $LDFLAGS -lssl -lcrypto" - fi - enableval="" - ---- configure.orig 2009-11-01 23:52:55.000000000 +0200 -+++ configure 2009-11-01 23:53:42.000000000 +0200 -@@ -1591,7 +1591,8 @@ +--- configure.orig 2020-10-22 09:36:35 UTC ++++ configure +@@ -1591,7 +1591,8 @@ if test x$enableval = xyes ; then #define MD5AUTH 1 EOF @@ -21,4 +10,3 @@ fi enableval="" - |