pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/djbdns Unbreak the build on DragonFly. The djbware...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e383b49dba4
branches:  trunk
changeset: 392548:0e383b49dba4
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Sat May 02 19:13:34 2009 +0000

description:
Unbreak the build on DragonFly. The djbware-errno-hack option which is
necessary for DragonFly is defined in the mk/djbware.mk and it's processed
before the options.mk.

diffstat:

 net/djbdns/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 68a918491a31 -r 0e383b49dba4 net/djbdns/options.mk
--- a/net/djbdns/options.mk     Sat May 02 19:01:59 2009 +0000
+++ b/net/djbdns/options.mk     Sat May 02 19:13:34 2009 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.12 2009/04/22 04:48:13 schmonz Exp $
+# $NetBSD: options.mk,v 1.13 2009/05/02 19:13:34 hasso Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.djbdns
 PKG_SUPPORTED_OPTIONS+=                inet6 djbdns-cachestats djbdns-ignoreip2
 PKG_SUPPORTED_OPTIONS+=                djbdns-tinydns64
 PKG_OPTIONS_OPTIONAL_GROUPS=   qmerge
 PKG_OPTIONS_GROUP.qmerge=      djbdns-qmerge1 djbdns-qmerge2
-PKG_SUGGESTED_OPTIONS=         djbdns-qmerge2
+PKG_SUGGESTED_OPTIONS+=                djbdns-qmerge2
 
 
 .if ${MACHINE_ARCH} == "sparc64" || \



Home | Main Index | Thread Index | Old Index