summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-11-23 08:10:03 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-11-23 08:10:03 +0000
commit93fb489c4f788655cc53221ae6c687b1f6190a62 (patch)
treec2888f7f64961feecd2613ca1607d136bbe53a43 /mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch
parentInstall into own datadir subdir (diff)
downloadgentoo-2-93fb489c4f788655cc53221ae6c687b1f6190a62.tar.gz
gentoo-2-93fb489c4f788655cc53221ae6c687b1f6190a62.tar.bz2
gentoo-2-93fb489c4f788655cc53221ae6c687b1f6190a62.zip
Fix patch to work with all patch(1) versions; thanks to kirin yuri and Jyrki Launonen in bug #346497.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
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=""