From a1e63a4c5e1b484ed481e4abd14a1ef5eddf85bd Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 22 Jan 2006 02:26:53 +0000 Subject: DES crypt is in libcipher on DragonFly, so check that one as well. --- mail/sylpheed-claws/distinfo | 4 ++-- mail/sylpheed-claws/patches/patch-aa | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'mail') diff --git a/mail/sylpheed-claws/distinfo b/mail/sylpheed-claws/distinfo index 8ceb721ff78..24bfd5424f6 100644 --- a/mail/sylpheed-claws/distinfo +++ b/mail/sylpheed-claws/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2005/03/25 11:52:30 chris Exp $ +$NetBSD: distinfo,v 1.22 2006/01/22 02:26:53 joerg Exp $ SHA1 (sylpheed-claws-1.0.4.tar.bz2) = 168452f7244b490bdb0c38ed14f762ed3fb21dbc RMD160 (sylpheed-claws-1.0.4.tar.bz2) = fc831101a7a0d7e942709bf36566d5a266e4248d Size (sylpheed-claws-1.0.4.tar.bz2) = 3188838 bytes -SHA1 (patch-aa) = f663f67f16cb1f1662a57a84d88c1a6ab386b215 +SHA1 (patch-aa) = 49c5c826b43d5ac8ddcc93d2b09c9053a55aa8ed diff --git a/mail/sylpheed-claws/patches/patch-aa b/mail/sylpheed-claws/patches/patch-aa index b7af4a64909..bc4d49c72b4 100644 --- a/mail/sylpheed-claws/patches/patch-aa +++ b/mail/sylpheed-claws/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2004/12/14 19:53:49 xtraeme Exp $ +$NetBSD: patch-aa,v 1.4 2006/01/22 02:26:54 joerg Exp $ ---- configure.ac.orig 2004-09-27 10:01:49.000000000 +0200 -+++ configure.ac 2004-11-30 00:30:27.000000000 +0100 -@@ -238,12 +238,21 @@ +--- configure.ac.orig 2005-03-24 10:55:19.000000000 +0000 ++++ configure.ac +@@ -238,19 +238,28 @@ dnl Check for OpenSSL AC_ARG_ENABLE(openssl, [ --enable-openssl Attempt to use OpenSSL for SSL support.], [ac_cv_enable_openssl=$enableval], [ac_cv_enable_openssl=yes]) @@ -29,3 +29,11 @@ $NetBSD: patch-aa,v 1.3 2004/12/14 19:53:49 xtraeme Exp $ AC_SUBST(OPENSSL_CFLAGS) AC_SUBST(OPENSSL_LIBS) + dnl password encryption + OLDLIBS=$LIBS + LIBS= +-AC_SEARCH_LIBS(encrypt, crypt, [], AC_MSG_ERROR(['encrypt'-function not found.])) ++AC_SEARCH_LIBS(encrypt, crypt cipher, [], AC_MSG_ERROR(['encrypt'-function not found.])) + CRYPT_LIBS=$LIBS + AC_SUBST(CRYPT_LIBS) + LIBS=$OLDLIBS -- cgit v1.2.3