summaryrefslogtreecommitdiff
path: root/lang/openjdk7
diff options
context:
space:
mode:
authorjoerg <joerg>2011-09-08 00:14:34 +0000
committerjoerg <joerg>2011-09-08 00:14:34 +0000
commit026feaac37c91855a8e10b8af8092fd11e0c2bb3 (patch)
treecb8da71f58c4cdfffe77d8b5727d298763fb5b35 /lang/openjdk7
parent9b87631f2600ea9e8a4951663efa861efc4f76b4 (diff)
downloadpkgsrc-026feaac37c91855a8e10b8af8092fd11e0c2bb3.tar.gz
Kill one more warning flag for clang.
Diffstat (limited to 'lang/openjdk7')
-rw-r--r--lang/openjdk7/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/openjdk7/Makefile b/lang/openjdk7/Makefile
index 3d2a5a4ccb8..9fe403b0128 100644
--- a/lang/openjdk7/Makefile
+++ b/lang/openjdk7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/09/05 11:46:14 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2011/09/08 00:14:34 joerg Exp $
DISTNAME= openjdk-7-fcs-src-b147-27_jun_2011
PKGNAME= openjdk7-1.7.0.147.20110811
@@ -80,7 +80,8 @@ _WRAP_EXTRA_ARGS.CXX+= -Wno-parentheses -Wno-sign-conversion \
-Wno-unused-value -Wno-switch-enum \
-Wno-tautological-compare \
-Wno-delete-non-virtual-dtor \
- -Wno-return-type -Wno-unused-parameter
+ -Wno-return-type -Wno-unused-parameter \
+ -Wno-parentheses-equality
.endif
.include "bootstrap.mk"
.include "icedtea-extras.mk"