Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/a2de25fa6daf
branches:  netbsd-7-0
changeset: 801079:a2de25fa6daf
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Nov 08 23:26:45 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 7b83af1d51cf -r a2de25fa6daf external/bsd/ntp/Makefile.inc
--- a/external/bsd/ntp/Makefile.inc     Sun Nov 08 02:05:16 2015 +0000
+++ b/external/bsd/ntp/Makefile.inc     Sun Nov 08 23:26:45 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.1.2.1 2015/11/08 23:26:45 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