pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sendmail Don't define NEEDSGETIPNODE on DragonFly...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/812fe7599536
branches:  trunk
changeset: 505857:812fe7599536
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 08 16:16:00 2006 +0000

description:
Don't define NEEDSGETIPNODE on DragonFly as well.

XXX Is this fragment really needed at all? include/sm/conf.h has a check
for Linux and others should most likely be explicitly enumerated as well.

diffstat:

 mail/sendmail/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 49df0475996a -r 812fe7599536 mail/sendmail/Makefile.common
--- a/mail/sendmail/Makefile.common     Sun Jan 08 16:00:41 2006 +0000
+++ b/mail/sendmail/Makefile.common     Sun Jan 08 16:16:00 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2005/12/05 20:50:35 rillig Exp $
+# $NetBSD: Makefile.common,v 1.31 2006/01/08 16:16:00 joerg Exp $
 #
 # Makefile fragment shared with libmilter
 #
@@ -40,7 +40,7 @@
 
 .if !empty(PKG_OPTIONS:Minet6)
        @${CAT} ${FILESDIR}/site.config.m4-v6 >>${SITECONFIG}
-.if ${OPSYS} != "SunOS" && ${OPSYS} != "BSDOS"
+.if ${OPSYS} != "SunOS" && ${OPSYS} != "BSDOS" && ${OPSYS} != "DragonFly"
        @${CAT} ${FILESDIR}/site.config.m4-v6-not-solaris >>${SITECONFIG}
 .endif
 .endif



Home | Main Index | Thread Index | Old Index