Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/ssmtp/files: ssmtp-2.62-darwin-crypto.patch
Date: Tue, 23 Nov 2010 08:10:19
Message-Id: 20101123081003.D1C8920051@flycatcher.gentoo.org
1 flameeyes 10/11/23 08:10:03
2
3 Modified: ssmtp-2.62-darwin-crypto.patch
4 Log:
5 Fix patch to work with all patch(1) versions; thanks to kirin yuri and Jyrki Launonen in bug #346497.
6
7 (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch?r1=1.2&r2=1.3
15
16 Index: ssmtp-2.62-darwin-crypto.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ssmtp-2.62-darwin-crypto.patch 22 Nov 2010 17:46:03 -0000 1.2
23 +++ ssmtp-2.62-darwin-crypto.patch 23 Nov 2010 08:10:03 -0000 1.3
24 @@ -11,8 +11,8 @@
25 @@ -53,6 +53,6 @@
26 if test x$enableval = xyes ; then
27 AC_DEFINE(HAVE_SSL)
28 -- LIBS="$LIBS -lssl"
29 -+ LIBS="$LIBS -lssl -lcrypto"
30 +- LIBS="$LIBS -lssl"
31 ++ LIBS="$LIBS -lssl -lcrypto"
32 fi
33 enableval=""