Source-Changes-HG archive

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

[src/netbsd-7]: src/external/bsd/ntp Apply additional patch (requested by chr...



details:   https://anonhg.NetBSD.org/src/rev/e8a688447a81
branches:  netbsd-7
changeset: 799696:e8a688447a81
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Nov 08 23:28:05 2015 +0000

description:
Apply additional patch (requested by christos in ticket #1024):
-D__syslog__=__printf__

diffstat:

 external/bsd/ntp/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3f5cd4a98ca2 -r e8a688447a81 external/bsd/ntp/Makefile.inc
--- a/external/bsd/ntp/Makefile.inc     Sun Nov 08 05:18:34 2015 +0000
+++ b/external/bsd/ntp/Makefile.inc     Sun Nov 08 23:28:05 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.14.2.1 2014/12/24 00:05:04 riz Exp $
+#      $NetBSD: Makefile.inc,v 1.14.2.2 2015/11/08 23:28:05 riz Exp $
 
 .if !defined(NTP_MAKEFILE_INC)
 NTP_MAKEFILE_INC=yes
@@ -22,6 +22,7 @@
 SYSCONFDIR=/etc
 LOCALSTATEDIR=/var
 
+CPPFLAGS+=-D__syslog__=__printf__
 CPPFLAGS+=-DHAVE_CONFIG_H
 CPPFLAGS+=-I${NTP_SRCDIR}/include \
          -I${IDIST}/include \



Home | Main Index | Thread Index | Old Index