summaryrefslogtreecommitdiff
path: root/cross/bossa
diff options
context:
space:
mode:
authorjoerg <joerg>2014-09-22 11:49:42 +0000
committerjoerg <joerg>2014-09-22 11:49:42 +0000
commita2e2086d574591746ef8bc5e85ec9b7f1925b3ca (patch)
treebb74b3f37815a03d29ce05d7381a9e9c38fbc2af /cross/bossa
parent50c546d21f82c335b3670cd799d8235240b40758 (diff)
downloadpkgsrc-a2e2086d574591746ef8bc5e85ec9b7f1925b3ca.tar.gz
Don't bail out on unused local typedefs with clang.
Diffstat (limited to 'cross/bossa')
-rw-r--r--cross/bossa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/bossa/Makefile b/cross/bossa/Makefile
index 78466f33a4d..7ad8afd08cc 100644
--- a/cross/bossa/Makefile
+++ b/cross/bossa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/05/05 00:47:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2014/09/22 11:49:42 joerg Exp $
PKGNAME= bossa-20140109
DISTNAME= b-o-s-s-a-code-05bfcc39bc0453c3028b1161175b95a81af7a901
@@ -25,7 +25,7 @@ USE_TOOLS= gmake
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
-CXXFLAGS+= -Wno-error=tautological-compare
+CXXFLAGS+= -Wno-error=tautological-compare -Wno-error=unused-local-typedef
.endif
.include "../../devel/readline/buildlink3.mk"