Module Name:    src
Committed By:   christos
Date:           Mon Jan 20 01:52:54 UTC 2014

Modified Files:
        src/external/bsd/ntp/bin/ntpd: Makefile

Log Message:
use the old style no-error for gcc-4.1


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/ntp/bin/ntpd/Makefile

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/bin/ntpd/Makefile
diff -u src/external/bsd/ntp/bin/ntpd/Makefile:1.15 src/external/bsd/ntp/bin/ntpd/Makefile:1.16
--- src/external/bsd/ntp/bin/ntpd/Makefile:1.15	Thu Jan  2 16:38:38 2014
+++ src/external/bsd/ntp/bin/ntpd/Makefile	Sun Jan 19 20:52:54 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.15 2014/01/02 21:38:38 joerg Exp $
+#	$NetBSD: Makefile,v 1.16 2014/01/20 01:52:54 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -73,7 +73,7 @@ SRCS=	cmd_args.c				\
 LDADD+=		-L${LIBPARSE} -lparse -L${LIBISC} -liscntp -lm -lutil
 DPADD+=		${LIBPARSE}/libparse.a ${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a  ${LIBNTP}/libntp.a ${LIBM} ${LIBUTIL}
 
-COPTS.ntp_control.c+=	${${ACTIVE_CC} == "gcc":? -Wno-error=format-nonliteral :}
+COPTS.ntp_control.c+=	${${ACTIVE_CC} == "gcc":? -Wno-format-nonliteral :}
 
 .include "${.CURDIR}/../Makefile.inc"
 

Reply via email to