Module Name:    src
Committed By:   kardel
Date:           Sat Sep  4 17:06:06 UTC 2010

Modified Files:
        src/external/bsd/ntp: Makefile.inc

Log Message:
fix MKINET6=no compile


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/ntp/Makefile.inc
diff -u src/external/bsd/ntp/Makefile.inc:1.3 src/external/bsd/ntp/Makefile.inc:1.4
--- src/external/bsd/ntp/Makefile.inc:1.3	Sun Aug 29 18:55:50 2010
+++ src/external/bsd/ntp/Makefile.inc	Sat Sep  4 17:06:06 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.3 2010/08/29 18:55:50 kardel Exp $
+#	$NetBSD: Makefile.inc,v 1.4 2010/09/04 17:06:06 kardel Exp $
 
 .if !defined(NTP_MAKEFILE_INC)
 NTP_MAKEFILE_INC=yes
@@ -57,7 +57,9 @@
 .endif
 
 .if ("${MKINET6}" != "no")
-CPPFLAGS+=-DWANT_IPV6 
+CPPFLAGS+=-DWANT_IPV6
+.else
+CPPFLAGS+=-DISC_PLATFORM_NEEDIN6ADDRANY
 .endif
 
 .if exists(${.CURDIR}/../../Makefile.inc)

Reply via email to