pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl2 We no longer need to set GNU_MISS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea6db130555a
branches:  trunk
changeset: 468858:ea6db130555a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Feb 17 12:13:07 2004 +0000

description:
We no longer need to set GNU_MISSING_OVERRIDE after the changes in revision
1.27 of tools.mk to hide the auto* tools between pre-configure and
do-configure.

diffstat:

 security/cyrus-sasl2/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r d9e1bcea0501 -r ea6db130555a security/cyrus-sasl2/Makefile
--- a/security/cyrus-sasl2/Makefile     Tue Feb 17 12:09:16 2004 +0000
+++ b/security/cyrus-sasl2/Makefile     Tue Feb 17 12:13:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/02/14 07:45:36 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2004/02/17 12:13:07 jlam Exp $
 
 .include "Makefile.common"
 
@@ -8,8 +8,6 @@
 
 PLIST_SRC+=            ${PKGDIR}/PLIST.common
 
-GNU_MISSING_OVERRIDE=  config/missing
-
 # Authentication mechanisms
 CONFIGURE_ARGS+=       --enable-anon           # ANONYMOUS
 CONFIGURE_ARGS+=       --enable-checkapop      # CHECKAPOP



Home | Main Index | Thread Index | Old Index