summaryrefslogtreecommitdiff
path: root/external/gpl2
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2019-11-11 22:44:56 +0000
committerjoerg <joerg@NetBSD.org>2019-11-11 22:44:56 +0000
commit918c74ea12c6bac6ca9bd2147337c0e4fec5010e (patch)
tree3ef5212d84042aedbd5e0629e2c7dc2de1751526 /external/gpl2
parent5578004b9757994411ac0c8b959a53c2063844d1 (diff)
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
Diffstat (limited to 'external/gpl2')
-rw-r--r--external/gpl2/diffutils/bin/diff/Makefile4
-rw-r--r--external/gpl2/diffutils/bin/diff3/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/external/gpl2/diffutils/bin/diff/Makefile b/external/gpl2/diffutils/bin/diff/Makefile
index 70c414e4f95..8e89269bef9 100644
--- a/external/gpl2/diffutils/bin/diff/Makefile
+++ b/external/gpl2/diffutils/bin/diff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/01/13 03:39:28 christos Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/11 22:45:26 joerg Exp $
.include <bsd.init.mk>
@@ -14,7 +14,7 @@ TEXINFO= diff.texi
COPTS.ifdef.c = -Wno-stack-protector
-CWARNFLAGS.clang+= -Wno-unused-value -Wno-string-plus-int
+CWARNFLAGS.clang+= -Wno-unused-value -Wno-string-plus-int -Wno-error=bool-operation
.include <bsd.info.mk>
.include <bsd.prog.mk>
diff --git a/external/gpl2/diffutils/bin/diff3/Makefile b/external/gpl2/diffutils/bin/diff3/Makefile
index 0ad339b4b43..eff61ab27bb 100644
--- a/external/gpl2/diffutils/bin/diff3/Makefile
+++ b/external/gpl2/diffutils/bin/diff3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/01/13 03:39:28 christos Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/11 22:45:26 joerg Exp $
.include <bsd.init.mk>
@@ -8,6 +8,6 @@ DIST= ${IDIST}/src
PROG= diff3
SRCS= diff3.c version.c
-CWARNFLAGS.clang+= -Wno-unused-value
+CWARNFLAGS.clang+= -Wno-unused-value -Wno-error=bool-operation
.include <bsd.prog.mk>