summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch')
-rw-r--r--mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch b/mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch
index 31c0c550e57d..94b52d60a883 100644
--- a/mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch
+++ b/mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch
@@ -11,8 +11,8 @@ ld: symbol(s) not found
@@ -53,6 +53,6 @@
if test x$enableval = xyes ; then
AC_DEFINE(HAVE_SSL)
-- LIBS="$LIBS -lssl"
-+ LIBS="$LIBS -lssl -lcrypto"
+- LIBS="$LIBS -lssl"
++ LIBS="$LIBS -lssl -lcrypto"
fi
enableval=""