diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-11-23 08:10:03 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-11-23 08:10:03 +0000 |
commit | 93fb489c4f788655cc53221ae6c687b1f6190a62 (patch) | |
tree | c2888f7f64961feecd2613ca1607d136bbe53a43 /mail-mta/ssmtp/files/ssmtp-2.62-darwin-crypto.patch | |
parent | Install into own datadir subdir (diff) | |
download | gentoo-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.patch | 4 |
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="" |