Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/usr.bin/ctfdump Fix build.



details:   https://anonhg.NetBSD.org/src/rev/1f74bf8903cd
branches:  trunk
changeset: 343448:1f74bf8903cd
user:      roy <roy%NetBSD.org@localhost>
date:      Thu Feb 04 18:47:14 2016 +0000

description:
Fix build.

diffstat:

 external/cddl/osnet/usr.bin/ctfdump/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ee7f168f2972 -r 1f74bf8903cd external/cddl/osnet/usr.bin/ctfdump/Makefile
--- a/external/cddl/osnet/usr.bin/ctfdump/Makefile      Thu Feb 04 18:46:37 2016 +0000
+++ b/external/cddl/osnet/usr.bin/ctfdump/Makefile      Thu Feb 04 18:47:14 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2014/04/28 21:56:20 christos Exp $
+#      $NetBSD: Makefile,v 1.8 2016/02/04 18:47:14 roy Exp $
 
 # $FreeBSD: src/cddl/usr.bin/ctfdump/Makefile,v 1.1.4.1 2009/08/03 08:13:06 kensmith Exp $
 
@@ -15,6 +15,8 @@
                symbol.c \
                utils.c
 
+COPTS.utils.c +=       -Wno-format-nonliteral
+
 LDADD+=-lpthread
 DPADD+=${LIBPTHREAD}
 



Home | Main Index | Thread Index | Old Index