Module Name:    src
Committed By:   snj
Date:           Sat Jul  8 16:57:35 UTC 2017

Modified Files:
        src/external/bsd/tcpdump/bin [netbsd-7]: Makefile

Log Message:
Apply patch (requested by manu in ticket #1443):
netbsd-7 clang doesn't support -Wno-error=address-of-packed-member


To generate a diff of this commit:
cvs rdiff -u -r1.10.4.2 -r1.10.4.3 src/external/bsd/tcpdump/bin/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/tcpdump/bin/Makefile
diff -u src/external/bsd/tcpdump/bin/Makefile:1.10.4.2 src/external/bsd/tcpdump/bin/Makefile:1.10.4.3
--- src/external/bsd/tcpdump/bin/Makefile:1.10.4.2	Sun Feb 19 05:01:15 2017
+++ src/external/bsd/tcpdump/bin/Makefile	Sat Jul  8 16:57:35 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10.4.2 2017/02/19 05:01:15 snj Exp $	
+#	$NetBSD: Makefile,v 1.10.4.3 2017/07/08 16:57:35 snj Exp $	
 
 WARNS?=	1	# XXX: need to cleanup later
 
@@ -207,6 +207,4 @@ tcpdump.8: tcpdump.1.in
 	@rm -f ${.TARGET}
 	cp ${.ALLSRC} ${.TARGET}
 
-CWARNFLAGS.clang+=	-Wno-error=address-of-packed-member
-
 .include <bsd.prog.mk>

Reply via email to