pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/claws-mail Part of the 3.0.1 update that I missed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/510ac371d63d
branches:  trunk
changeset: 533383:510ac371d63d
user:      smb <smb%pkgsrc.org@localhost>
date:      Tue Sep 18 03:18:23 2007 +0000

description:
Part of the 3.0.1 update that I missed...

diffstat:

 mail/claws-mail/openssl.mk |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 203a9180e92d -r 510ac371d63d mail/claws-mail/openssl.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/claws-mail/openssl.mk        Tue Sep 18 03:18:23 2007 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: openssl.mk,v 1.1 2007/09/18 03:18:23 smb Exp $
+#
+
+# for SMTP, POP3 and IMAP over SSL
+# set these just in case we don't have a pkg-config file for openssl
+CONFIGURE_ENV+=                OPENSSL_CFLAGS="-I${BUILDLINK_PREFIX.openssl}/include"
+CONFIGURE_ENV+=                OPENSSL_LIBS="-L${BUILDLINK_PREFIX.openssl}/lib -lssl -lcrypto"



Home | Main Index | Thread Index | Old Index