pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/postfix-current -DUSE_SASL_AUTH is defined by def...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6de8e8df7c29
branches:  trunk
changeset: 538271:6de8e8df7c29
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Feb 04 13:07:54 2008 +0000

description:
-DUSE_SASL_AUTH is defined by default in Makefile now.

diffstat:

 mail/postfix-current/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 901c00d54a3b -r 6de8e8df7c29 mail/postfix-current/options.mk
--- a/mail/postfix-current/options.mk   Mon Feb 04 13:04:56 2008 +0000
+++ b/mail/postfix-current/options.mk   Mon Feb 04 13:07:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.20 2008/01/25 09:44:54 ghen Exp $
+# $NetBSD: options.mk,v 1.21 2008/02/04 13:07:54 ghen Exp $
 
 # Global and legacy options
 
@@ -91,7 +91,7 @@
 BUILDLINK_INCDIRS.cyrus-sasl=  include/sasl
 SASLLIBDIR=    ${PREFIX}/lib/sasl2
 PWCHECK_METHOD=        auxprop
-CCARGS+=       -DUSE_SASL_AUTH -DUSE_CYRUS_SASL
+CCARGS+=       -DUSE_CYRUS_SASL
 AUXLIBS+=      -L${BUILDLINK_PREFIX.cyrus-sasl}/lib                    \
                ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cyrus-sasl}/lib \
                -lsasl2



Home | Main Index | Thread Index | Old Index