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
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')
-rw-r--r--mail-mta/ssmtp/ChangeLog7
-rw-r--r--mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch4
2 files changed, 8 insertions, 3 deletions
diff --git a/mail-mta/ssmtp/ChangeLog b/mail-mta/ssmtp/ChangeLog
index 69afa1ed66ee..228a2480661d 100644
--- a/mail-mta/ssmtp/ChangeLog
+++ b/mail-mta/ssmtp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-mta/ssmtp
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ChangeLog,v 1.97 2010/11/23 00:35:18 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ChangeLog,v 1.98 2010/11/23 08:10:03 flameeyes Exp $
+
+ 23 Nov 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/ssmtp-2.62-darwin-crypto.patch:
+ Fix patch to work with all patch(1) versions; thanks to kirin yuri and Jyrki
+ Launonen in bug #346497.
23 Nov 2010; Thomas Kahle <tomka@gentoo.org> ssmtp-2.62-r8.ebuild:
x86 stable per bug 346453
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=""